ubuntu - Docker: Error starting container: Unable to load the AUFS module -


after sshing 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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -