为何报错了? docker run -it -p 8080:8080 --name myserver ubuntu /bin/bashFATA[0000] Error response from daemon: Cannot start container dcb6860f4ee81ac66d9b7e18632be4083dd59390343c0f6f9a71f3296720873e: (exit status 1)
闭关修行中......
Check the daemon process to see if there is any problem
docker ps to see if there is this process and see if there is also a container named myserver
Use systemmd as the initialized system:
sudo systemctl start docker
Use init
sudo service docker start
Check the daemon process to see if there is any problem
docker ps to see if there is this process and see if there is also a container named myserver
Use systemmd as the initialized system:
Use init