docker-sonar
docker-sonar copied to clipboard
docker-sonar
docker image size improvements
Do you know why the container would immediately exist when volume is mounted: docker run -i -t -d -p 3306:3306 -v /data/smysql:/var/lib/mysql --name smysql tpires/sonar-mysql
Docker changed official base image url. https://registry.hub.docker.com/_/java/
I think that this image is not stateless, can you hint me which directories should be mapped to achieve stateless container?