mirror of
https://forge.dmz.skyfritt.net/Symbiose/debian-armyknife.git
synced 2025-06-15 13:55:24 +02:00
Update readme
This commit is contained in:
parent
493c1bf7d7
commit
64d5f4db3b
1 changed files with 27 additions and 5 deletions
32
README.md
32
README.md
|
@ -8,12 +8,22 @@
|
|||
```
|
||||
git clone https://forge.dmz.skyfritt.net/Symbiose/debian-armyknife
|
||||
```
|
||||
or:
|
||||
```
|
||||
git clone https://forge.dmz.skyfritt.net/Skyfritt/debian-armyknife
|
||||
```
|
||||
|
||||
###### 2. Build image (from inside repo-folder, typically /opt/debian-armyknife)
|
||||
|
||||
docker:
|
||||
```
|
||||
docker build -t debian-armyknife:custom .
|
||||
```
|
||||
podman:
|
||||
```
|
||||
missing
|
||||
```
|
||||
|
||||
|
||||
###### 3. Verify that the new image is avaiable:
|
||||
|
||||
|
@ -28,17 +38,29 @@ debian-armyknife custom ba509e499dda 11 hours ago 321MB
|
|||
```
|
||||
docker run -it debian-armyknife:custom bash
|
||||
```
|
||||
podman:
|
||||
```
|
||||
missing
|
||||
```
|
||||
|
||||
###### 5. Run and attach to specific network:
|
||||
|
||||
```
|
||||
docker run --network [NETWORK NAME] -it debian-armyknife:custom bash
|
||||
```
|
||||
|
||||
|
||||
|
||||
###### Add information on how to include via docker compose:
|
||||
|
||||
podman:
|
||||
```
|
||||
missing
|
||||
```
|
||||
|
||||
|
||||
|
||||
###### Add information on how to include via docker compose / quadlet:
|
||||
|
||||
```
|
||||
missing
|
||||
```
|
||||
podman:
|
||||
```
|
||||
missing
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue