update missing

This commit is contained in:
jostein@valkyrie3.skyfritt.net 2025-05-16 10:39:33 +02:00
parent 64d5f4db3b
commit 52356881b5

View file

@ -26,15 +26,19 @@ missing
###### 3. Verify that the new image is avaiable: ###### 3. Verify that the new image is avaiable:
docker:
``` ```
# docker images # docker images
REPOSITORY TAG IMAGE ID CREATED SIZE REPOSITORY TAG IMAGE ID CREATED SIZE
debian-armyknife custom ba509e499dda 11 hours ago 321MB debian-armyknife custom ba509e499dda 11 hours ago 321MB
``` ```
podman:
```
missing
```
###### 4. Run image: ###### 4. Run image:
docker:
``` ```
docker run -it debian-armyknife:custom bash docker run -it debian-armyknife:custom bash
``` ```
@ -44,7 +48,7 @@ missing
``` ```
###### 5. Run and attach to specific network: ###### 5. Run and attach to specific network:
docker:
``` ```
docker run --network [NETWORK NAME] -it debian-armyknife:custom bash docker run --network [NETWORK NAME] -it debian-armyknife:custom bash
``` ```
@ -56,7 +60,7 @@ missing
###### Add information on how to include via docker compose / quadlet: ###### Add information on how to include via docker compose / quadlet:
docker:
``` ```
missing missing
``` ```