22 lines
306 B
Markdown
22 lines
306 B
Markdown
![]() |
# This is a dockerfile for creating a plugable custom docker-image for various network troubleshooting-tasks
|
||
|
|
||
|
|
||
|
Usage:
|
||
|
|
||
|
Clone git-repo
|
||
|
|
||
|
```
|
||
|
git clone git@forge.dmz.skyfritt.net:Symbiose/debian-armyknife.git
|
||
|
|
||
|
```
|
||
|
|
||
|
Build image (from inside repo-folder)
|
||
|
|
||
|
|
||
|
```
|
||
|
|
||
|
docker build -t debian-armyknife:custom .
|
||
|
|
||
|
|
||
|
```
|