phpmentors-jp / docker-images

https://registry.hub.docker.com/u/phpmentors/
MIT License
26 stars 14 forks source link

Support volumes through Kitematic #8

Closed marcelorodrigo closed 8 years ago

marcelorodrigo commented 8 years ago

There's currently no way using Docker with Kitematic to add a volume for a specific directory unless it was defined in the Dockerfile as a VOLUME directive.

The suggestions is expose the app volume through the Dockerfile, and then is possible to change it via Kitematic

iteman commented 8 years ago

The VOLUME instruction in all phpmentors/* images has been specified either explicitly or implicitly. Please let me know if Kitematic requires the explicit VOLUME definition in each Dockerfile to expose the volumes defined in a Docker container. I cannot use Kitematic because I use Ubuntu.

kitematic/kitematic#722 will fix this as well.

zedtux commented 8 years ago

@iteman don't you know there's a linux support now ? :) Have a look at this: https://github.com/kitematic/kitematic/wiki/Early-Linux-Support

iteman commented 8 years ago

@marcelorodrigo @zedtux Thank you! :smile: