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"
Comments
Post a Comment