koken / docker-koken-lemp

Docker image for Koken. Uses Ubuntu, nginx, MySQL, and PHP 5.
MIT License
101 stars 43 forks source link

Use storage container for data volumes #4

Open bradleyboy opened 10 years ago

bradleyboy commented 10 years ago

We initially decided to mount volumes directly from the host as that allows easier access to storage/themes and storage/plugins, but it would be nice to wrap that in a data container instead. Would need to think of a way to access themes and plugins, perhaps through a sFTP container alongside.

ghost commented 9 years ago

how about just using dockers -volumes-from feature?