# Can't run ./launcher rebuild app - Docker storage driver is unsupported

**URL:** https://meta.discourse.org/t/cant-run-launcher-rebuild-app-docker-storage-driver-is-unsupported/56927
**Category:** Support
**Created:** [5 februari 2017 om 00:09 UTC](https://meta.discourse.org/t/cant-run-launcher-rebuild-app-docker-storage-driver-is-unsupported/56927 "2017-02-05T00:09:18Z")
**Posts on this page:** 13
**Page:** 4

<div class="post-metadata">

### Author: ![Edgar\_Martinez](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/edgar_martinez/32/68703_2.png) [@Edgar\_Martinez](https://meta.discourse.org/u/Edgar_Martinez)
#### Post date: [9 mei 2017 om 22:43 UTC](https://meta.discourse.org/t/cant-run-launcher-rebuild-app-docker-storage-driver-is-unsupported/56927/61 "2017-05-09T22:43:28Z")

</div>

Hi @kraml I made it works in my sandbox server, but when i try the same thing in my production server I have the bootstrap error, and I have my docker working in a partition FSType 1 is mounted fine and I did the steps you mencioned

- Stop the service
- Mount the var/lib/docker in the partition
- restart the daemon
- start the service (all fine)
- go to /var/discourse
- launch the bootstrap and have the same error  
 ![](https://global.discourse-cdn.com/meta/original/3X/7/6/765cb0b2ffe315a3a7849512e80c92843a97d38c.png)  
Any advice?

---

<div class="post-metadata">

### Author: ![kraml](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kraml/32/68627_2.png) [@kraml](https://meta.discourse.org/u/kraml)
#### Post date: [10 mei 2017 om 04:15 UTC](https://meta.discourse.org/t/cant-run-launcher-rebuild-app-docker-storage-driver-is-unsupported/56927/62 "2017-05-10T04:15:25Z")

</div>

The log you copied in screenshot don’t help in diagnose the problem, you need to provide the full rebuild log.

It is high probable that one of your plugin caused the rebuild problem, if you are sure you have done the right steps regarding filesystem.

---

<div class="post-metadata">

### Author: ![Edgar\_Martinez](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/edgar_martinez/32/68703_2.png) [@Edgar\_Martinez](https://meta.discourse.org/u/Edgar_Martinez)
#### Post date: [10 mei 2017 om 15:06 UTC](https://meta.discourse.org/t/cant-run-launcher-rebuild-app-docker-storage-driver-is-unsupported/56927/63 "2017-05-10T15:06:39Z")

</div>

The final step was rename folder /var/discourse, and make a new install, good luck i have a backup and now my site is up and with all the data.

---

<div class="post-metadata">

### Author: ![naomi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/naomi/32/120507_2.png) [@naomi](https://meta.discourse.org/u/naomi)
#### Post date: [6 juli 2017 om 06:49 UTC](https://meta.discourse.org/t/cant-run-launcher-rebuild-app-docker-storage-driver-is-unsupported/56927/65 "2017-07-06T06:49:00Z")

</div>

thanks! I can confirm that this works great on a Linode running Ubuntu 14.04. Note that I was not able to actually stop the app because of the launcher storage driver error message.

---

<div class="post-metadata">

### Author: ![nukeador](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nukeador/32/107477_2.png) [@nukeador](https://meta.discourse.org/u/nukeador)
#### Post date: [6 juli 2017 om 12:17 UTC](https://meta.discourse.org/t/cant-run-launcher-rebuild-app-docker-storage-driver-is-unsupported/56927/66 "2017-07-06T12:17:39Z")

</div>

> [@kraml](#):
>
> The recommended way to modify a systemd service is to use the /etc/systemd/systemd/xxx.service.d/yyy.conf approach.

This seems to be the only thing that worked on my Ubuntu 16.04, thanks! 🙂

---

<div class="post-metadata">

### Author: ![Farout](https://avatars.discourse-cdn.com/v4/letter/f/c37758/32.png) [@Farout](https://meta.discourse.org/u/Farout)
#### Post date: [1 september 2017 om 11:40 UTC](https://meta.discourse.org/t/cant-run-launcher-rebuild-app-docker-storage-driver-is-unsupported/56927/67 "2017-09-01T11:40:15Z")

</div>

In a similar situation (Debian 8 Jessie)

“Your Docker installation is not using a supported storage driver”

Docker info  
Storage Driver: devicemapper

```plaintext
# cat /etc/debian_version
8.9

# dpkg --get-selections | grep linux-image
linux-image-3.16.0-4-amd64 install
linux-image-amd64 install

# dpkg -L linux-image-3.16.0-4-amd64 | grep aufs
/lib/modules/3.16.0-4-amd64/kernel/fs/aufs
/lib/modules/3.16.0-4-amd64/kernel/fs/aufs/aufs.ko
```

Solution was to create new file: /etc/docker/daemon.json

```plaintext
{
  "storage-driver": "aufs"
}
```

```plaintext
service docker restart
```

---

<div class="post-metadata">

### Author: ![cyborg](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cyborg/32/116226_2.png) [@cyborg](https://meta.discourse.org/u/cyborg)
#### Post date: [8 oktober 2017 om 09:59 UTC](https://meta.discourse.org/t/cant-run-launcher-rebuild-app-docker-storage-driver-is-unsupported/56927/68 "2017-10-08T09:59:18Z")

</div>

This basically saved my life. Worked like a charm in my EC2 Linux instance and relived it.

---

<div class="post-metadata">

### Author: ![jandres](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jandres/32/130933_2.png) [@jandres](https://meta.discourse.org/u/jandres)
#### Post date: [1 juni 2018 om 15:28 UTC](https://meta.discourse.org/t/cant-run-launcher-rebuild-app-docker-storage-driver-is-unsupported/56927/69 "2018-06-01T15:28:27Z")

</div>

According with:

> **[Install Docker Engine on Ubuntu](https://docs.docker.com/engine/install/ubuntu/)**
>
> Jumpstart your client-side server applications with Docker Engine on Ubuntu. This guide details prerequisites and multiple methods to install Docker Engine on Ubuntu.

For Ubuntu 14.04 version, you must install `linux-image-extra-*` package before install docker.  
So if you already installed docker, you should uninstall it first before start to install `linux-image-extra-*` package.  
`sudo apt-get purge docker-ce`  
`sudo rm -rf /var/lib/docker`  
`sudo rm /etc/systemd/system/docker.service`

Then install `linux-image-extra-*`

```plaintext
sudo apt-get update

sudo apt-get install \
    linux-image-extra-$(uname -r) \
    linux-image-extra-virtual

```

and finally reinstall docker from git

```plaintext
wget -qO- https://get.docker.com/ | sh

```

regards 👌

---

<div class="post-metadata">

### Author: ![Lilcheo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilcheo/32/148325_2.png) [@Lilcheo](https://meta.discourse.org/u/Lilcheo)
#### Post date: [3 juli 2019 om 07:49 UTC](https://meta.discourse.org/t/cant-run-launcher-rebuild-app-docker-storage-driver-is-unsupported/56927/70 "2019-07-03T07:49:53Z")

</div>

i fount a fix for this if it still dosnet work do: cp /etc/systemd/system/docker.service /lib/systemd/system/docker.service that fixed my issue

---

<div class="post-metadata">

### Author: ![JoshuaJoma](https://avatars.discourse-cdn.com/v4/letter/j/3da27b/32.png) [@JoshuaJoma](https://meta.discourse.org/u/JoshuaJoma)
#### Post date: [26 augustus 2019 om 18:15 UTC](https://meta.discourse.org/t/cant-run-launcher-rebuild-app-docker-storage-driver-is-unsupported/56927/71 "2019-08-26T18:15:48Z")

</div>

Hi,

tried @mpalmer solution but can’t rebuild.

With `docker info | grep Storage` I get

> WARNING: No swap limit support  
> WARNING: the aufs storage-driver is deprecated, and will be removed in a future release.

Anyway when I try to rebuild it shows:

> Your Docker installation is not using a supported storage driver. If we were to proceed you may have a broken install.  
> aufs is the recommended storage driver, although zfs/btrfs/overlay and overlay2 may work as well.  
> Other storage drivers are known to be problematic.  
> You can tell what filesystem you are using by running “docker info” and looking at the ‘Storage Driver’ line.

`> ps ax |grep dockerd`

> 864 ? Ssl 0:00 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock -s aufs  
> 1664 pts/0 S+ 0:00 grep --color=auto dockerd

`> cat /etc/lsb-release`

> DISTRIB\_ID=Ubuntu  
> DISTRIB\_RELEASE=18.04  
> DISTRIB\_CODENAME=bionic  
> DISTRIB\_DESCRIPTION=“Ubuntu 18.04.3 LTS”

What am I missing?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [26 augustus 2019 om 18:22 UTC](https://meta.discourse.org/t/cant-run-launcher-rebuild-app-docker-storage-driver-is-unsupported/56927/72 "2019-08-26T18:22:22Z")

</div>

Please update the launcher:

```plaintext
cd /var/discourse
git pull

```

after that you will be able to rebuild.

---

<div class="post-metadata">

### Author: ![JoshuaJoma](https://avatars.discourse-cdn.com/v4/letter/j/3da27b/32.png) [@JoshuaJoma](https://meta.discourse.org/u/JoshuaJoma)
#### Post date: [26 augustus 2019 om 18:33 UTC](https://meta.discourse.org/t/cant-run-launcher-rebuild-app-docker-storage-driver-is-unsupported/56927/73 "2019-08-26T18:33:28Z")

</div>

Thanks @Falco. It works now.

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [25 september 2019 om 18:33 UTC](https://meta.discourse.org/t/cant-run-launcher-rebuild-app-docker-storage-driver-is-unsupported/56927/74 "2019-09-25T18:33:28Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.

[Previous page](https://meta.discourse.org/t/cant-run-launcher-rebuild-app-docker-storage-driver-is-unsupported/56927.md?page=3)
