linux - Docker: Error creating aufs mounts: Invalid argument (Booting from live usb) -


i have ubuntu setup running off of live usb device. when try run , docker run commands following error: error creating aufs mounts: invalid argument. caused using live boot? have solution this?

change /etc/default/docker have in it:

docker_opts="--storage-driver=devicemapper" 

look run docker in ubuntu live disk


Comments