I have spent a couple days trying to get docker to run. I keep getting a failure on the installation. Can anybody help?
acondit@D525MW:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n]
Setting up docker-ce (18.03.0~ce-0~debian) ...
insserv: warning: script 'realtime' missing LSB tags and overrides
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "start" failed.
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/docker.service.d
└─override.conf
Active: activating (auto-restart) (Result: exit-code) since Thu 2018-04-26 14:40:38 PDT; 66ms ago
Docs:
https://docs.docker.com Process: 9301 ExecStart=/usr/bin/dockerd -H tcp://
0.0.0.0:2375 (code=exited, status=1/FAILURE)
Main PID: 9301 (code=exited, status=1/FAILURE)
CPU: 340ms
Apr 26 14:40:38 D525MW systemd[1]: Failed to start Docker Application Container Engine.
Apr 26 14:40:38 D525MW systemd[1]: docker.service: Unit entered failed state.
Apr 26 14:40:38 D525MW systemd[1]: docker.service: Failed with result 'exit-code'.
dpkg: error processing package docker-ce (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
docker-ce
E: Sub-process /usr/bin/dpkg returned an error code (1)
acondit@D525MW:~$ sudo systemctl status docker.service
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/docker.service.d
└─override.conf
Active: failed (Result: exit-code) since Thu 2018-04-26 14:40:40 PDT; 42s ago
Docs:
https://docs.docker.com Process: 9394 ExecStart=/usr/bin/dockerd -H tcp://
0.0.0.0:2375 (code=exited, status=1/FAILURE)
Main PID: 9394 (code=exited, status=1/FAILURE)
CPU: 338ms