Files
Dockerfiles/README.md
2016-06-05 00:31:45 +01:00

624 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 mysql container stores it's data in a named volume instead in a directed mounted from the host. This is due to a bug in the OS X Beta version of Docker. Once the bug is resolved, I'll be mounting a host directory instead for easy access to the MySQL data files.