This commit is contained in:
jostein@valkyrie3.skyfritt.net 2025-05-14 09:36:44 +02:00
parent 4c09e8a90e
commit 4ddc736250

View file

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