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.