From 4ddc736250da9e0bb0566be12c94daa3e4d542ea Mon Sep 17 00:00:00 2001 From: "jostein@valkyrie3.skyfritt.net" Date: Wed, 14 May 2025 09:36:44 +0200 Subject: [PATCH] update --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2850805..72f5279 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,19 @@ ### Usage: -Clone git-repo: +1. Clone git-repo: ``` -git clone git@forge.dmz.skyfritt.net:Symbiose/debian-armyknife.git +git clone https://forge.dmz.skyfritt.net/Symbiose/debian-armyknife ``` -Build image (from inside repo-folder, typically /opt/debian-armyknife) + +2. Build image (from inside repo-folder, typically /opt/debian-armyknife) ``` docker build -t debian-armyknife:custom . ``` -Verify that the new image is avaiable: +3. Verify that the new image is avaiable: ``` # docker images @@ -22,7 +23,7 @@ REPOSITORY TAG IMAGE ID CREATED SIZE debian-armyknife custom ba509e499dda 11 hours ago 321MB ``` -Run image: +4. Run image: ``` docker run -it debian-armyknife:custom bash