为何报错了? docker run -it -p 8080:8080 --name myserver ubuntu /bin/bashFATA[0000] Error response from daemon: Cannot start container dcb6860f4ee81ac66d9b7e18632be4083dd59390343c0f6f9a71f3296720873e: (exit status 1)
闭关修行中......
Vérifiez le processus démon pour voir s'il y a un problème
Docker ps pour voir s'il y a ce processus et voir s'il y a aussi un conteneur nommé myserver
Utilisez systemmd comme système initialisé :
sudo systemctl start docker
Utilisez init
sudo service docker start
Vérifiez le processus démon pour voir s'il y a un problème
Docker ps pour voir s'il y a ce processus et voir s'il y a aussi un conteneur nommé myserver
Utilisez systemmd comme système initialisé :
Utilisez init