No description
Find a file
jostein@valkyrie3.skyfritt.net 4c09e8a90e Update readme
2025-05-14 09:31:06 +02:00
Dockerfile Initial commit 2025-05-14 09:24:01 +02:00
README.md Update readme 2025-05-14 09:31:06 +02:00

Dockerfile for creating a plugable debian for various troubleshooting-tasks

Usage:

Clone git-repo:

git clone git@forge.dmz.skyfritt.net:Symbiose/debian-armyknife.git

Build image (from inside repo-folder, typically /opt/debian-armyknife)

docker build -t debian-armyknife:custom .

Verify that the new image is avaiable:

# docker images
REPOSITORY         TAG       IMAGE ID       CREATED        SIZE
debian-armyknife   custom    ba509e499dda   11 hours ago   321MB

Run image:

docker run -it debian-armyknife:custom bash

Add information on how to include via docker compose:

missing

Add information on how to attach to specific network:

missing