From 64d5f4db3b7f0abb09735114379e746b806b23b1 Mon Sep 17 00:00:00 2001 From: "jostein@valkyrie3.skyfritt.net" Date: Fri, 16 May 2025 10:33:54 +0200 Subject: [PATCH] Update readme --- README.md | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 955f623..53c1b1e 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,22 @@ ``` git clone https://forge.dmz.skyfritt.net/Symbiose/debian-armyknife ``` +or: +``` +git clone https://forge.dmz.skyfritt.net/Skyfritt/debian-armyknife +``` ###### 2. Build image (from inside repo-folder, typically /opt/debian-armyknife) +docker: ``` docker build -t debian-armyknife:custom . ``` +podman: +``` +missing +``` + ###### 3. Verify that the new image is avaiable: @@ -28,17 +38,29 @@ debian-armyknife custom ba509e499dda 11 hours ago 321MB ``` docker run -it debian-armyknife:custom bash ``` +podman: +``` +missing +``` ###### 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: - +podman: +``` +missing +``` + + + +###### Add information on how to include via docker compose / quadlet: + +``` +missing +``` +podman: ``` missing ```