Update Readme

This commit is contained in:
jostein@valkyrie3.skyfritt.net 2025-05-14 09:42:34 +02:00
parent 4ddc736250
commit 80c069904a

View file

@ -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