This repo holds all my configuration for my development environment and prod servers. It supports both linux and OSX. The development env is best used inside a container via the Dockerfile.
You can get the full development environment in a docker container by running:
docker pull crosbymichael/dotfiles
docker run -ti --name development \
-v $HOME/docker:/root/docker \
-v /var/run/docker.sock:/var/run/docker.sock \
crosbymichael/dotfiles
Content type
Image
Digest
sha256:8ee6e4c32…
Size
326.1 MB
Last updated
almost 11 years ago
docker pull crosbymichael/dotfiles