diff --git a/docs/tech_docs/OpenWrt.md b/docs/tech_docs/OpenWrt.md index 28bb525..3177af5 100644 --- a/docs/tech_docs/OpenWrt.md +++ b/docs/tech_docs/OpenWrt.md @@ -173,6 +173,18 @@ echo "medusa ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/medusa docker run hello-world ``` +```bash +docker volume create portainer_data +``` + +```bash +docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest +``` + +```markdown +[Portainer Dashboard](https://localhost:9443) +``` + ### Kali Linux Container Setup #### Description Configure a Kali Linux container tailored for security testing and penetration testing tools.