Fedora Docker with all my commonly used dev tools installed
docker run -it\
-v "$HOME"/workspace:/darthfork/workspace\
-v "$HOME"/.aws:/darthfork/.aws\
-v "$HOME"/.kube:/darthfork/.kube\
-e AWS_PROFILE\
-h dorker\
docker.io/darthfork/dorker:latest /bin/bash
dorker can be run in kubernetes as a debugging tool. To run dorker in Kubernetes use the dorker kubernetes plugin (kubectl dorker). The plugin uses the kubernetes configuration from my dotfiles repository.
To run dorker using docker-compose use the dorker binary which uses the compose configuration from my dotfiles repository.