# Can't install Docker on Linode, aufs-tools not found

**URL:** https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416
**Category:** Self-hosting
**Created:** [3 Agosto 2014, 12:07pm UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416 "2014-08-03T12:07:51Z")
**Posts on this page:** 17
**Page:** 1

<div class="post-metadata">

### Author: ![liwei\_swjtu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/liwei_swjtu/32/114745_2.png) [@liwei\_swjtu](https://meta.discourse.org/u/liwei_swjtu)
#### Post date: [3 Agosto 2014, 12:07pm UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/1 "2014-08-03T12:07:51Z")

</div>

I’m using linode box with Ubuntu13.04,when I tried to install docker, appears the following erros:

```
root@bbs:/home/dushu# sudo apt-get install lxc-docker --fix-missing
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following package was automatically installed and is no longer required:
  ruby-dev
Use 'apt-get autoremove' to remove it.
The following extra packages will be installed:
  aufs-tools cgroup-lite lxc-docker-1.1.2
The following NEW packages will be installed:
  aufs-tools cgroup-lite lxc-docker lxc-docker-1.1.2
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 91.8 kB/4,524 kB of archives.
After this operation, 18.1 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  aufs-tools cgroup-lite
Install these packages without verification [y/N]? y
Err http://us.archive.ubuntu.com/ubuntu/ raring/universe aufs-tools amd64 1:3.0+20120411-3ubuntu1
  404 Not Found [IP: 2001:67c:1562::13 80]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/universe/a/aufs-tools/aufs-tools_3.0+20120411-3ubuntu1_amd64.deb 404 Not Found [IP: 2001:67c:1562::13 80]
Unable to correct missing packages.
E: Aborting install.

```

Has anybody seen this before,any suggestion will be grateful.

---

<div class="post-metadata">

### Author: ![liwei\_swjtu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/liwei_swjtu/32/114745_2.png) [@liwei\_swjtu](https://meta.discourse.org/u/liwei_swjtu)
#### Post date: [3 Agosto 2014, 12:09pm UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/2 "2014-08-03T12:09:11Z")

</div>

also ,when I tried to install the AUFS,appears the following erros:

```
root@bbs:/home/dushu# sudo apt-get install linux-image-extra-`uname -r`
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package linux-image-extra-3.15.4-x86_64-linode45
E: Couldn't find any package by regex 'linux-image-extra-3.15.4-x86_64-linode45'

```

---

<div class="post-metadata">

### Author: ![Rahul\_Dhingra](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rahul_dhingra/32/73226_2.png) [@Rahul\_Dhingra](https://meta.discourse.org/u/Rahul_Dhingra)
#### Post date: [3 Agosto 2014, 12:33pm UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/3 "2014-08-03T12:33:56Z")

</div>

Linode does not support AUFS below is their official support response:

“Hello,Our kernels do not currently include AUFS support–you may create your own kernel with AUFS support as you mentioned.Please let us know should you have any additional questions.”

here is blog post about how to do it [Customizing a Linode kernel | PyTux](https://filippo.io/customizing-a-linode-kernel/)

I find it bit complex solution so switched to Digital Ocean which does support AUFS out of the box.

---

<div class="post-metadata">

### Author: ![trident](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/trident/32/2078_2.png) [@trident](https://meta.discourse.org/u/trident)
#### Post date: [3 Agosto 2014, 1:37pm UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/4 "2014-08-03T13:37:32Z")

</div>

Make sure that your kernel is the most updated version (dist-upgrade) before installing the extras package. You can also try [updating](https://help.ubuntu.com/community/UpgradeNotes?highlight=%28%28TrustyUpgrades%29%29#Current_and_Supported_Versions) to 14.04, then:

```bash
curl -sSL https://get.docker.io/ubuntu/ | sudo sh

```

Note that you can try to run the above script as-is for 13.04, and it may work.

---

<div class="post-metadata">

### Author: ![liwei\_swjtu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/liwei_swjtu/32/114745_2.png) [@liwei\_swjtu](https://meta.discourse.org/u/liwei_swjtu)
#### Post date: [3 Agosto 2014, 1:47pm UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/5 "2014-08-03T13:47:21Z")

</div>

I read the blog post and find it a little bit complicated too.So you’re suggesting that I should change my VPS?

---

<div class="post-metadata">

### Author: ![liwei\_swjtu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/liwei_swjtu/32/114745_2.png) [@liwei\_swjtu](https://meta.discourse.org/u/liwei_swjtu)
#### Post date: [3 Agosto 2014, 2:22pm UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/6 "2014-08-03T14:22:23Z")

</div>

still with bad luck.I decide to run discourse in the old way first.

---

<div class="post-metadata">

### Author: ![Rahul\_Dhingra](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rahul_dhingra/32/73226_2.png) [@Rahul\_Dhingra](https://meta.discourse.org/u/Rahul_Dhingra)
#### Post date: [3 Agosto 2014, 2:23pm UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/7 "2014-08-03T14:23:36Z")

</div>

For discourse yes I would suggest Digital Ocean with 1GB RAM and with 2 GB swap disk as recommended by codinghorror

> [@codinghorror](#):
>
> 1GB and no swapfile is unsupported, you will have many failures, see the howto category here for info on creating a swapfile.

Here is [official installation guide](https://github.com/discourse/discourse/blob/master/docs/INSTALL-digital-ocean.md).

P.S: I still Prefer Linode over Digital Ocean for their support/stability and backup system. but until they start supporting AUFS officially, Digital Ocean is next best option for me.  
Thanks

---

<div class="post-metadata">

### Author: ![liwei\_swjtu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/liwei_swjtu/32/114745_2.png) [@liwei\_swjtu](https://meta.discourse.org/u/liwei_swjtu)
#### Post date: [3 Agosto 2014, 2:37pm UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/8 "2014-08-03T14:37:37Z")

</div>

Thanks a lot. I’ve decided to run discourse in the old way first.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [4 Agosto 2014, 2:54am UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/9 "2014-08-04T02:54:27Z")

</div>

Any reason we don’t point to your howto here on troubleshooting Docker setup?

---

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [4 Agosto 2014, 3:18am UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/10 "2014-08-04T03:18:08Z")

</div>

> [@liwei\_swjtu](#):
>
> So you’re suggesting that I should change my VPS?

That’s the easiest way, or as @Rahul_Dhingra pointed out - compile your own kernel with AUFS support.

Regardless you should change to a supported OS - 13.04 is [out of support](https://wiki.ubuntu.com/RaringRingtail/ReleaseNotes) and it’s quite possible that packages are no longer available for that distribution.

---

<div class="post-metadata">

### Author: ![liwei\_swjtu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/liwei_swjtu/32/114745_2.png) [@liwei\_swjtu](https://meta.discourse.org/u/liwei_swjtu)
#### Post date: [4 Agosto 2014, 12:44pm UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/11 "2014-08-04T12:44:56Z")

</div>

I’ve seen the docker official website has a guide for installing docker on Ubuntu of version 13.04 64 bit.

---

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [4 Agosto 2014, 1:37pm UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/12 "2014-08-04T13:37:02Z")

</div>

That’s nice. Doesn’t change anything. 13.04 is out of support and you shouldn’t use it.

---

<div class="post-metadata">

### Author: ![trident](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/trident/32/2078_2.png) [@trident](https://meta.discourse.org/u/trident)
#### Post date: [4 Agosto 2014, 2:27pm UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/13 "2014-08-04T14:27:58Z")

</div>

That guide does not cover issues with the actual install process for docker; it assumes that it is currently running. I’ll try to add in some more detail when I have time.

---

<div class="post-metadata">

### Author: ![liwei\_swjtu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/liwei_swjtu/32/114745_2.png) [@liwei\_swjtu](https://meta.discourse.org/u/liwei_swjtu)
#### Post date: [7 Agosto 2014, 2:01pm UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/14 "2014-08-07T14:01:51Z")

</div>

I’ve found a way to install docker on unsupported version.Here’s the answer:[http://askubuntu.com/questions/91815/how-to-install-software-or-upgrade-from-old-unsupported-release](http://askubuntu.com/questions/91815/how-to-install-software-or-upgrade-from-old-unsupported-release)

---

<div class="post-metadata">

### Author: ![renoirb](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/renoirb/32/114880_2.png) [@renoirb](https://meta.discourse.org/u/renoirb)
#### Post date: [2 Aprile 2015, 6:38pm UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/15 "2015-04-02T18:38:45Z")

</div>

This issue is similar to “[Ubuntu updates intefere with docker and aufs](https://meta.discourse.org/t/ubuntu-updates-intefere-with-docker-and-aufs/25039)”.

If you are using Ubuntu 14.04 LTS, regardless of whether you run on Linode, or any OpenStack powered providers, you can take a look at [my answer I posted there](https://meta.discourse.org/t/ubuntu-updates-intefere-with-docker-and-aufs/25039/11)

First post I made in this thread made me write a long answer that was going wider than answering the question of that thread. I decided to [move it to a blog post instead](https://renoirboulanger.com/blog/2015/04/install-discourse-docker-ubuntu-14-04-aufs-enabled/).

---

<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: [21 Febbraio 2016, 10:48am UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/16 "2016-02-21T10:48:33Z")

</div>

I’ve just installed AUFS and Discourse on a [Linode VPS](http://www.linode.com/?r=446aa598af9b6d76eff69264105b5245ffc80f7b) and have put together a guide:

> [@Install Docker with AUFS on Linode](https://meta.discourse.org/t/how-to-install-docker-with-aufs-on-linode/39831):
>
> The [30-minute Discourse installation guide](https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md) assumes you’ll be using Digital Ocean and makes no mention of an important requirement for Docker: If you use another hosting provider, you should really make sure that a Linux kernel feature called “[AUFS](https://docs.docker.com/engine/userguide/storagedriver/aufs-driver/)” is supported. Docker not using AUFS can cause [terrible pain](https://meta.discourse.org/t/cant-install-discourse-with-only-10-gb-disk-run-out-of-space/29149/37). If you want to use Linode, here’s how to enable AUFS support in Ubuntu (for other OSes, refer to [Linode’s guide](https://www.linode.com/docs/tools-reference/custom-kernels-distros/run-a-distribution-supplied-kernel-with-kvm) and update the instructions below accordingly: Create the Linode and pic…

---

<div class="post-metadata">

### Author: ![appshah](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/appshah/32/61165_2.png) [@appshah](https://meta.discourse.org/u/appshah)
#### Post date: [31 Marzo 2016, 9:36pm UTC](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/17 "2016-03-31T21:36:48Z")

</div>

Last week I installed Discourse on Linode successfully. Provided all detailed steps here: [http://crunchify.com/how-to-setup-discourse-org-forum-on-linode-correct-way-tested-and-verified-steps/](http://crunchify.com/how-to-setup-discourse-org-forum-on-linode-correct-way-tested-and-verified-steps/)

Hope it works for others too. Let me know if you face any issue in steps provided.
