Comment 7 for bug 1561570

Revision history for this message
Craig Jellick (craig-jellick) wrote :

If this affects you and you are using aufs as your docker storage driver just because it is the default, you can just switch to the overlay2 storage driver to circumvent this crash.

Note that switching storage drivers will cause you to "lose" all you docker images. You'll have to repull them.

Can switch the storage driver on ubuntu (w/systemd) by putting this:
```
{
    "storage-driver": "overlay2"
}
```
in /etc/docker/daemon.json and restarting docker.