Skip to content

darthfork/dorker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dorker

Fedora Docker with all my commonly used dev tools installed

GitHub Workflow Status

Docker 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\
    docker.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.