2
I currently have lxc-docker-1.4.1
installed in my ubuntu 14.04.
I want to upgrade to the latest docker.
The official docker docs on upgrading will install package docker-engine
.
curl -sSL https://get.docker.com/ | sh
Should I remove lxc-docker manually? Will it preserve my /var/lib/docker
installed images ? Will it be backward compatible ?
Thanks. I did a backup first as per your advice. Things are hunky dory now. – Bon Ami – 2015-08-24T16:01:31.820
You can also install
linux-image-extra
to get aufs. – Mitar – 2015-11-29T00:07:32.123I manually installed kernel 4.4 on ubuntu 14.04 and also had to remove the mentioned file + directory to make docker start again. – cweiske – 2016-01-11T08:42:34.657