docker_mysql_tutorial icon indicating copy to clipboard operation
docker_mysql_tutorial copied to clipboard

Authentication needed

Open eliassal opened this issue 9 years ago • 0 comments

Please ignore the title of the issue as I hit enter quickly Thanks for the tutorial, everything worked like a charm. However, 2 questions, first how can I, from networking perspective make the container accessible from other machines in the network? 2nd, of course when we run the docker run -it --net mysqlapp_net -p 8081:8080 mysqlapp then stop it, data enetered in MySQL disappear. I think if I am not mistaken that data should disappear if we stop the MySQL container. Am I correct? last request, if we want to persisit the data in sql for each time we run the java app, how this can be done Thanks

eliassal avatar Oct 25 '16 14:10 eliassal