Update docs/tech_docs/OpenWrt.md

This commit is contained in:
2024-04-23 00:43:12 +00:00
parent cd208d0f3f
commit 1f21db9253

View File

@@ -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.