All in vain

Some rants about technology, PHP, people, tools, web etc from a developers perspective. Feel free to copy ideas, code or anything from here.

Saturday, September 13, 2014

docker fails to run on Ubuntu LTS 14?

No comments
If you try to follow the documentation on docker.com and install the latest version you might encounter this error:

Cannot connect to the Docker daemon. Is 'docker -d' running on this host?

to solve this run:

sudo apt-get install apparmor;sudo docker -d &