update missing
This commit is contained in:
parent
64d5f4db3b
commit
52356881b5
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -26,15 +26,19 @@ missing
|
||||||
|
|
||||||
|
|
||||||
###### 3. Verify that the new image is avaiable:
|
###### 3. Verify that the new image is avaiable:
|
||||||
|
docker:
|
||||||
```
|
```
|
||||||
# docker images
|
# docker images
|
||||||
REPOSITORY TAG IMAGE ID CREATED SIZE
|
REPOSITORY TAG IMAGE ID CREATED SIZE
|
||||||
debian-armyknife custom ba509e499dda 11 hours ago 321MB
|
debian-armyknife custom ba509e499dda 11 hours ago 321MB
|
||||||
```
|
```
|
||||||
|
podman:
|
||||||
|
```
|
||||||
|
missing
|
||||||
|
```
|
||||||
|
|
||||||
###### 4. Run image:
|
###### 4. Run image:
|
||||||
|
docker:
|
||||||
```
|
```
|
||||||
docker run -it debian-armyknife:custom bash
|
docker run -it debian-armyknife:custom bash
|
||||||
```
|
```
|
||||||
|
@ -44,7 +48,7 @@ missing
|
||||||
```
|
```
|
||||||
|
|
||||||
###### 5. Run and attach to specific network:
|
###### 5. Run and attach to specific network:
|
||||||
|
docker:
|
||||||
```
|
```
|
||||||
docker run --network [NETWORK NAME] -it debian-armyknife:custom bash
|
docker run --network [NETWORK NAME] -it debian-armyknife:custom bash
|
||||||
```
|
```
|
||||||
|
@ -56,7 +60,7 @@ missing
|
||||||
|
|
||||||
|
|
||||||
###### Add information on how to include via docker compose / quadlet:
|
###### Add information on how to include via docker compose / quadlet:
|
||||||
|
docker:
|
||||||
```
|
```
|
||||||
missing
|
missing
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue