为何报错了?
docker run -it -p 8080:8080 --name myserver ubuntu /bin/bash
FATA[0000] Error response from daemon: Cannot start container dcb6860f4ee81ac66d9b7e18632be4083dd59390343c0f6f9a71f3296720873e: (exit status 1)
曾经蜡笔没有小新2017-04-26 09:03:06
docker ps to see if there is this process and see if there is also a container named myserver
ringa_lee2017-04-26 09:03:06
Use systemmd as the initialized system:
sudo systemctl start docker
Use init
sudo service docker start