diff --git a/README.md b/README.md index 72f5279..204b5de 100644 --- a/README.md +++ b/README.md @@ -3,19 +3,19 @@ ### Usage: -1. Clone git-repo: +###### 1. Clone git-repo: ``` git clone https://forge.dmz.skyfritt.net/Symbiose/debian-armyknife ``` -2. 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 . ``` -3. Verify that the new image is avaiable: +###### 3. Verify that the new image is avaiable: ``` # docker images @@ -23,7 +23,7 @@ REPOSITORY TAG IMAGE ID CREATED SIZE debian-armyknife custom ba509e499dda 11 hours ago 321MB ``` -4. Run image: +###### 4. Run image: ``` docker run -it debian-armyknife:custom bash @@ -31,14 +31,14 @@ docker run -it debian-armyknife:custom bash -Add information on how to include via docker compose: +###### Add information on how to include via docker compose: ``` missing ``` -Add information on how to attach to specific network: +###### Add information on how to attach to specific network: ``` missing