ubuntu - Docker: Error starting container: Unable to load the AUFS module -
after ssh
ing ec2 instance using vagrant
on ubuntu
, tried running
sudo docker run -i -t ubuntu echo 'hello'
, error:
error starting container da3124903fc4: unable load aufs module
how can load aufs module
?
i have aufs-tools
installed.
this has helped me in installing aufs, run following commands:
sudo apt-get install lxc wget bsdtar curl sudo apt-get install linux-image-extra-$(uname -r) sudo modprobe aufs
cheers!!
Comments
Post a Comment