docker Job for docker.service failed because the control process exited with error code docker Job for docker.service failed because the control process exited with error code docker docker

docker Job for docker.service failed because the control process exited with error code


so, it was problem of manage users/groups,

i tryed with sudo to pull ubuntu with docker :

sudo docker pull ubuntuUsing default tag: latestlatest: Pulling from library/ubuntufcee8bcfe180: Pull complete 4cdc0cbc1936: Pull complete d9e545b90db8: Pull complete c4bea91afef3: Pull complete Digest: sha256:b53bb7b0d18842214ac7472c2a8801e8682c247d30f1ba4bab0083a2e2e091eaStatus: Downloaded newer image for ubuntu:latest

and here i try to run it, and it works ! :

sudo docker run -it --name ubuntu ubuntupass [sudo] de boblinux :root@3a99cdd1c522:/# lsbin   dev  home  lib64  mnt  proc  run   srv  tmp  varboot  etc  lib   media  opt  root  sbin  sys  usrroot@3a99cdd1c522:/# exitexit


I had faced the same problem, but the above solution did not help. I had to re-install docker to get this running back. This issue I suspect is I had resized (memory scaled up) the instance where docker was installed.


Following solution worked for me

You need to remove cleanup old local repo. By using following command.

rm -rf /var/lib/docker