Multiple deployments of docker containers

Take mysql as an example

 

Today, I am going to build a JAVA web environment in docker. There was a problem with the deployment of mysql. Because I deployed mysql 5.7 before, but the version of mysql 5.6 used on the local computer does not match, I need to redeploy version 5.6.

 

The following content provides readers with some ideas.

 

Operations such as removing containers and removing images: https://blog.csdn.net/FV8023/article/details/94397593

 

Redeployment service: https://www.runoob.com/docker/docker-install-mysql.html

 

If the deployment is unsuccessful: https://blog.csdn.net/FV8023/article/details/94405245

Guess you like

Origin blog.csdn.net/FV8023/article/details/94404799