docker-sonar icon indicating copy to clipboard operation
docker-sonar copied to clipboard

Container exists when using volumes

Open ssljivic opened this issue 10 years ago • 1 comments

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

ssljivic avatar Apr 27 '15 15:04 ssljivic

You mean exits rather than exists, presumably. Which changes the importance significantly

peterjam28 avatar Aug 11 '16 07:08 peterjam28