0

I have a Ubuntu setup running off of a live usb device. When I try to run and Docker run commands I get the following error: Error creating aufs mounts: Invalid argument. Could this be caused from using a live boot? Does anyone have a solution to this?

Tyler Hilbert
  • 2,107
  • 7
  • 35
  • 55
  • Possible duplicate of [Run docker in ubuntu live disk](http://stackoverflow.com/questions/30248794/run-docker-in-ubuntu-live-disk) – Camilo Silva Jul 21 '16 at 21:10

1 Answers1

0

Change /etc/default/docker to have this in it:

DOCKER_OPTS="--storage-driver=devicemapper"

Look this Run docker in ubuntu live disk

Community
  • 1
  • 1
Camilo Silva
  • 8,283
  • 4
  • 41
  • 61