Docker Unable to load the AUFS module

 解决办法:

This has helped me in installing aufs, run the following commands:

sudo apt-get install lxc wget bsdtar curl
sudo apt-get install linux-image-extra-$(uname -r)
sudo modprobe aufs

你可能感兴趣的:(Docker Unable to load the AUFS module)