phpmentors-jp/docker-images

Support volumes through Kitematic

Closed this issue · 3 comments

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

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.

docker/kitematic#722 will fix this as well.

@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

@marcelorodrigo @zedtux Thank you! 😄