mirror of
https://github.com/jimeh/Dockerfiles.git
synced 2026-02-18 23:46:40 +00:00
527 B
527 B
jimeh's Dockerfiles
Small collection of Docker and Docker Compose files I use to run stuff on my personal laptop.
Additionally I also have a few shell aliases for Docker that make my life easier: docker.sh
Notes
- The
elasticsearch,mysql,rabbitmqcontainers store their data in a named volume instead of a directory mounted from the host. This is due to a bug in Docker for Mac.