Skip to content

Instantly share code, notes, and snippets.

@mahemoff
Created January 9, 2019 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mahemoff/758701e34ddcb48ea1a2841bcbff1622 to your computer and use it in GitHub Desktop.
Save mahemoff/758701e34ddcb48ea1a2841bcbff1622 to your computer and use it in GitHub Desktop.
Fixing Docker error on Ubuntu 16.04

As here, but refined ...

Create or edit /etc/systemd/system/containerd.service.d/override.conf to contain just this:

[Service] ExecStartPre=

To make it happen:

  • systemctl daemon-reload
  • systemctl restart docker

Verify:

  • sudo service docker status
  • docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment