Files
Dockerfiles/README.md
2016-06-05 00:07:18 +01:00

13 lines
415 B
Markdown

# jimeh's Dockerfiles
Small collection of Docker and Docker Compose files I use to run stuff on my
personal laptop.
## Notes
- The `mysql` compose file uses a named volume, instead of mounting a directory
on the host. This is due to a
[bug](https://forums.docker.com/t/posix-fallocate-issues/11370) in the OS X
Beta version of Docker. Once the bug is resolved, I'll be mounting a host
directory instead.