diff --git a/README.md b/README.md index 53c1b1e..191a777 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,19 @@ missing ###### 3. Verify that the new image is avaiable: - +docker: ``` # docker images REPOSITORY TAG IMAGE ID CREATED SIZE debian-armyknife custom ba509e499dda 11 hours ago 321MB ``` +podman: +``` +missing +``` ###### 4. Run image: - +docker: ``` docker run -it debian-armyknife:custom bash ``` @@ -44,7 +48,7 @@ missing ``` ###### 5. Run and attach to specific network: - +docker: ``` 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: - +docker: ``` missing ```