Machine: docker.service: main process exited, code = exited, status = 125/n/aFailed to start Docker application container engine

Created on 8 Jun 2018  路  1Comment  路  Source: docker/machine

Most helpful comment

I am using Debian 8. i use docker-machine to install docker on remote server. it shows on local machine
" Error creating machine: Error running provisioning: ssh command error:
command : sudo systemctl -f start docker
err : exit status 1
output : Job for docker.service failed. See 'systemctl status docker.service' and 'journalctl -xn' for details.
"
Then I login the remote server, and check the journalctl -xn
it shows:
"docker.service: main process exited, code = exited, status = 125/n/aFailed to start Docker application container engine"

docker -v
Docker version 17.06.0-ce, build 02c1d87
docker-machine -v
docker-machine version 0.12.0, build 45c69ad

Anyone who can help me? Thanks a lot

>All comments

I am using Debian 8. i use docker-machine to install docker on remote server. it shows on local machine
" Error creating machine: Error running provisioning: ssh command error:
command : sudo systemctl -f start docker
err : exit status 1
output : Job for docker.service failed. See 'systemctl status docker.service' and 'journalctl -xn' for details.
"
Then I login the remote server, and check the journalctl -xn
it shows:
"docker.service: main process exited, code = exited, status = 125/n/aFailed to start Docker application container engine"

docker -v
Docker version 17.06.0-ce, build 02c1d87
docker-machine -v
docker-machine version 0.12.0, build 45c69ad

Anyone who can help me? Thanks a lot

Was this page helpful?
0 / 5 - 0 ratings