Sign inSign up

kr1sp1n/dock

By kr1sp1n

•Updated over 9 years ago

My IDE

Image
0

399

kr1sp1n/dock repository overview

⁠dock

A modular dev environment with docker.

I use the official docker image as chassis and mount the local docker socket. Then I am able to use docker images as executables inside my chassis.

It uses a separation of my configs (dotfiles), my data (repos) and my credentials.

⁠build

make build

or

docker build -t kr1sp1n/dock .

⁠run

make clean data dotfiles run

or

docker run --privileged --name dock --rm -it -v /etc/localtime:/etc/localtime:ro -v ${HOME}/.ssh:/root/.ssh -v /var/run/docker.sock:/var/run/docker.sock --volumes-from data --volumes-from dotfiles kr1sp1n/dock

Tag summary

Content type

Image

Digest

Size

35.8 MB

Last updated

over 9 years ago

docker pull kr1sp1n/dock