Update docs/tech_docs/OpenWrt.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user