From a8642baa9c38b0c5bdc6cf5c7dc660be304952d0 Mon Sep 17 00:00:00 2001 From: "jostein@valkyrie3.skyfritt.net" Date: Wed, 14 May 2025 09:29:17 +0200 Subject: [PATCH] Update readme --- README.md | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7301c4e..35c82a6 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,32 @@ # This is a dockerfile for creating a plugable custom docker-image for various network troubleshooting-tasks -Usage: +### Usage: -Clone git-repo +Clone git-repo: ``` git clone git@forge.dmz.skyfritt.net:Symbiose/debian-armyknife.git +``` +Build image (from inside repo-folder, typically /opt/debian-armyknife) ``` - -Build image (from inside repo-folder) - - -``` - docker build -t debian-armyknife:custom . +``` +Verify that the new image is avaiable: ``` +# docker images +REPOSITORY TAG IMAGE ID CREATED SIZE +debian-armyknife custom ba509e499dda 11 hours ago 321MB +``` + +Run image: + +``` +docker run -it debian-armyknife:custom bash +``` + + +