Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.5 KB

File metadata and controls

27 lines (18 loc) · 1.5 KB

Dorker

Ubuntu Docker with all my commonly used dev tools installed

GitHub Workflow Status

Container Image Size (tag)

Starting a shell in the container

docker run -it\
    -v "$HOME"/workspace:/darthfork/workspace\
    -v "$HOME"/.aws:/darthfork/.aws\
    -v "$HOME"/.kube:/darthfork/.kube\
    -e AWS_PROFILE\
    -h dorker\
    ghcr.io/darthfork/dorker:latest /bin/bash

Run dorker in Kubernetes

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.

Run dorker using Docker Compose

To run dorker using docker-compose use the dorker binary which uses the compose configuration from my dotfiles repository.