Nick-Triller / toolbox

Docker image with debugging tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toolbox image

Docker

# Run in background - default CMD is infinite sleep
docker run -d --name toolbox nicktriller/toolbox
docker exec -it toolbox bash

# Interactive
docker run -it --name toolbox --rm -v /var/run/docker.sock:/var/run/docker.sock -v /:/host --privileged nicktriller/toolbox bash

More useful flags:

  • --net=host

Kubernetes

TODO

About

Docker image with debugging tools


Languages

Language:Dockerfile 100.0%