​How Do You Troubleshoot This Error “Docker-Engine : Depends: Libsystemd-journal0 (>= 201)”?

Problem scenario
You are trying to install docker-engine on Ubuntu Linux, but you get this error:
"docker-engine : Depends: libsystemd-journal0 (>= 201)" 

Solution
This solution assumes your Ubuntu Linux server has access to the Internet.

1.  Run this command exactly once:

echo 'deb http://cz.archive.ubuntu.com/ubuntu trusty main' >> /etc/apt/sources.list.d/docker.list

2.  Try to install docker-engine again.

Leave a comment

Your email address will not be published. Required fields are marked *