Thomas Hofmann
Thomas Hofmann
in order to provide some more context, here is what the docker-refernce says to that: https://docs.docker.com/engine/reference/builder/#volume IMHO without pressing needs it should not be used in order to build an...
also the Dockerfile of the underlying mysql has such a "Volume" statement, so that would prevent to "docker commit" the mysql-container. I just setup a build-env for (apache-php7 and mysql/5.6),...
I would second the request to remove the volume definition from the Dockerfile. Dockerfiles should merely define how an image is built (built-time configuration) and not how a container is...