Skip to content

Instantly share code, notes, and snippets.

@bennetimo
Last active December 31, 2015 01:19
Show Gist options
  • Select an option

  • Save bennetimo/0ab18d783557438c6145 to your computer and use it in GitHub Desktop.

Select an option

Save bennetimo/0ab18d783557438c6145 to your computer and use it in GitHub Desktop.
Data only Docker container for Ghost and MariaDB. See http://coderunner.io/hello-blog-an-advanced-setup-of-ghost-and-docker-made-simple/
FROM ghost
MAINTAINER Tim Bennett <tim@coderunner.io>
# Create required volumes
VOLUME ["/var/lib/mysql", "/var/lib/ghost"]
ENTRYPOINT ["/bin/bash"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment