I ran apt-get purge lxc-docker
and reinstalled it with the following command:
curl https://get.docker.io | sudo sh
I received the following error, but the installation continued and ended.
Ensuring basic dependencies are installed... Looking in /proc/filesystems to see if we have AUFS support... Ahem, it looks like the current kernel does not support AUFS. Let see if we can load the AUFS module with modprobe... FATAL: Module aufs not found. Ahem, things didn't turn out as expected.
When I run docker run ubuntu echo hello
, the result is hello
, so everything looks good.
source share