Ubuntu updates intefere with Docker and AUFS?

Hi folks. I’ve hit that snag too.

Basically,

  1. ensure you have linux-image-extra-virtual and aufs-tools installed

  2. add to /etc/default/docker something like this

     DOCKER_OPTS="-s aufs"
    

I wrote a blog post about it here but the steps above is all you need. really.

5 Likes