You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greg Emil edited this page Mar 20, 2015
·
3 revisions
After installing docker on Ubuntu, use AUFS storage driver
If you are operating an Ubuntu system under AWS, check if docker is using the devicemapper driver.
Run the "docker info" command and look at the storage driver section. If it
says "devicemapper", stop docker, install linux-image-extra, and reinstall
docker to use AUFS as a storage driver.