Skip to content

Instantly share code, notes, and snippets.

@murillomarigo
Last active July 22, 2017 22:07
Show Gist options
  • Save murillomarigo/190be2dde555ad6fa29ff8d58402adae to your computer and use it in GitHub Desktop.
Save murillomarigo/190be2dde555ad6fa29ff8d58402adae to your computer and use it in GitHub Desktop.
Installing docker-ce on elementaryOS Loki

Follow the steps for Ubuntu here : https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/

The only change is on step for you should change $(lsb_release -cs) to xenial.

This is because $(lsb_release -cs) returns the name of the distro, in this case would be loki, and since docker-ce does not have packages ment for loki we have to manually input the unbuntu distro it was based on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment