# Ubuntu updates intefere with Docker and AUFS?

**URL:** https://meta.discourse.org/t/ubuntu-updates-intefere-with-docker-and-aufs/25039
**Category:** Self-hosting
**Created:** [2015年二月9日 20:56 UTC](https://meta.discourse.org/t/ubuntu-updates-intefere-with-docker-and-aufs/25039 "2015-02-09T20:56:55Z")
**Posts on this page:** 1
**Showing post:** 18

<div class="post-metadata">

### Author: ![dandv](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dandv/32/169779_2.png) [@dandv](https://meta.discourse.org/u/dandv)
#### Post date: [2016年三月2日 19:41 UTC](https://meta.discourse.org/t/ubuntu-updates-intefere-with-docker-and-aufs/25039/18 "2016-03-02T19:41:56Z")

</div>

> [@downey](#):
>
> So be careful installing normal updates to your OS, apparently it breaks Discourse. 😛

This just happened on my Linode ([+ AUFS support](https://meta.discourse.org/t/how-to-install-docker-with-aufs-on-linode/39831)) too. I had updated with `apt-get dist-upgrade -y` and rebooted.

Running `docker daemon` showed

> [graphdriver] prior storage driver “aufs” failed: driver not supported

What fixed it was `$ sudo apt-get install linux-image-extra-`uname -r` && sudo modprobe aufs` as [suggested](https://meta.discourse.org/t/discourse-did-not-restart-after-system-crash-aufs-missing/24494/5) by @danwad .

---

_[View the full topic](https://meta.discourse.org/t/ubuntu-updates-intefere-with-docker-and-aufs/25039)._
