[DOCKER] impossible de lancer docker
Publié : lun. 28 mars 2016, 14:43
Bonjour à tous,
J'ai installé docker sur mon server et ordi perso mais je n'arrive pas à le lancer.
j'ai lancé docker avec :
et quand je regarde le status voilà ce que j'obtiens
quelqu'un a une idée ?
J'ai installé docker sur mon server et ordi perso mais je n'arrive pas à le lancer.
j'ai lancé docker avec :
Code : Tout sélectionner
systemctl start docker
Code : Tout sélectionner
systemctl status docker
● docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since lun. 2016-03-28 14:06:00 CEST; 36min ago
Docs: http://docs.docker.com
Process: 29160 ExecStart=/usr/bin/docker daemon (code=exited, status=1/FAILURE)
Process: 29156 ExecStartPre=/usr/bin/mount --make-rprivate / (code=exited, status=0/SUCCESS)
Main PID: 29160 (code=exited, status=1/FAILURE)
mars 28 14:05:57 localhost systemd[1]: Starting Docker Application Container Engine...
mars 28 14:05:58 localhost systemd[1]: Started Docker Application Container Engine.
mars 28 14:06:00 localhost docker[29160]: time="2016-03-28T14:06:00.147886784+02:00" level=fatal msg="Failed to connect to containerd. Please make sure containerd is installed in your PATH or you have specificed the correct address. Got error: exec: \"docker-containerd\": executable file not found in $PATH"
mars 28 14:06:00 localhost systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
mars 28 14:06:00 localhost systemd[1]: docker.service: Unit entered failed state.
mars 28 14:06:00 localhost systemd[1]: docker.service: Failed with result 'exit-code'.