If you install docker on Ubuntu 15.04 with the install script provided by docker you will observe, that the docker daemon does not start automatically as reported here.
To fix this you just need to run
sudo systemctl enable docker
This will be automatically done in the next version of the install script, but if you have already installed docker it will not be changed automatically.
Tell us what you think about this. Is something unclear? Do you have questions or ideas? Leave your comments below.
comments powered by Disqus