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
4ddc736250
commit
80c069904a
1 changed files with 6 additions and 6 deletions
12
README.md
12
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
|
||||
|
|
Loading…
Add table
Reference in a new issue