Home > OS >  Use the docker system prune -a dorker mysql could not be started
Use the docker system prune -a dorker mysql could not be started

Time:04-30

Today to see the server docker disk full use docker system prune -a dorker after this command in the mysql can't start up has been submitted to the
The Error response from the daemon: network ce9d443ec565142cddd1d1f689f3e3be824bd15932b7986b0b2154943eae7a37 not found
Error: failed to start containers: mysql
Have which bosses know that out of the question is how to solve the kowtow kowtow, very urgent!!!!!!!!!!

CodePudding user response:

What's the matter with your mysql is launched, estimates that you set up the NetWork
Docker network ls see what

CodePudding user response:

reference 1st floor mouse_zhu response:
how is your mysql startup, estimates that you set up the NetWork
Docker network ls see what



My mysql startup command is: dorker start mysql

CodePudding user response:

Bosses??????

CodePudding user response:

You should find the mysql reference network, and then start the network or you to run the mysql

CodePudding user response:

reference 4 floor mouse_zhu response:
you should find the mysql reference network, and then start the network or you to run the mysql


Docker run - the name first - mysql - p, 3306:3306 - e MYSQL_ROOT_PASSWORD=123456 - d mysql
Is this order

CodePudding user response:

reference 4 floor mouse_zhu response:
you should find the mysql reference network, and then start the network or you to run the mysql


To run a mysql, I before the mysql database inside those still in
?

CodePudding user response:

reference 4 floor mouse_zhu response:
you should find the mysql reference network, and then start the network or you to run the mysql



Run after restart doesn't seem to know this command

The Command 'dorker' not found. Did you mean:

The command 'worker' from deb worker
The command 'docker from deb docker. IO

Try: apt install & lt; Deb name>

Translation:


"Dorker" command is not found, you mean:
The command 'docker from deb docker. IO
The command 'worker' from deb worker
Apt install & amp; lt; Deb name& gt;




CodePudding user response:

1 what is it you restart? Container or physical machine?
2 tips from what place is this?
3 if it is a physical machine, may be you unload the docker, or delete the docekr command

CodePudding user response:

refer to the eighth floor mouse_zhu response:
1 you restart? Container or physical machine?
2 tips from what place is this?
3 if it is a physical machine, may be you unload the docker, or delete the docekr command


Restart the mysql container
This tip is after me to run the mysql start dorker mysql display inside the
  • Related