Update Readme

This commit is contained in:
jostein@valkyrie3.skyfritt.net 2025-05-14 09:46:53 +02:00
parent 80c069904a
commit a6645d5f3a

View file

@ -29,6 +29,12 @@ debian-armyknife custom ba509e499dda 11 hours ago 321MB
docker run -it debian-armyknife:custom bash docker run -it debian-armyknife:custom bash
``` ```
###### 5. Run and attach to specific network:
```
docker run --network [NETWORK NAME] -it debian-armyknife:custom bash
```
###### Add information on how to include via docker compose: ###### Add information on how to include via docker compose:
@ -38,10 +44,3 @@ missing
``` ```
###### Add information on how to attach to specific network:
```
missing
```