docker-sonar
docker-sonar copied to clipboard
Container exists when using volumes
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
You mean exits rather than exists, presumably. Which changes the importance significantly