update
This commit is contained in:
parent
4c09e8a90e
commit
4ddc736250
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -3,18 +3,19 @@
|
||||||
|
|
||||||
### Usage:
|
### 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 .
|
docker build -t debian-armyknife:custom .
|
||||||
```
|
```
|
||||||
|
|
||||||
Verify that the new image is avaiable:
|
3. Verify that the new image is avaiable:
|
||||||
|
|
||||||
```
|
```
|
||||||
# docker images
|
# docker images
|
||||||
|
@ -22,7 +23,7 @@ REPOSITORY TAG IMAGE ID CREATED SIZE
|
||||||
debian-armyknife custom ba509e499dda 11 hours ago 321MB
|
debian-armyknife custom ba509e499dda 11 hours ago 321MB
|
||||||
```
|
```
|
||||||
|
|
||||||
Run image:
|
4. Run image:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -it debian-armyknife:custom bash
|
docker run -it debian-armyknife:custom bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue