# Device "docker0" does not exist. ubuntu 16.04

**URL:** https://meta.discourse.org/t/device-docker0-does-not-exist-ubuntu-16-04/66656
**Category:** Self-hosting
**Created:** [July 23, 2017, 2:41am UTC](https://meta.discourse.org/t/device-docker0-does-not-exist-ubuntu-16-04/66656 "2017-07-23T02:41:53Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![11145](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/11145/32/119636_2.png) [@11145](https://meta.discourse.org/u/11145)
#### Post date: [July 23, 2017, 2:41am UTC](https://meta.discourse.org/t/device-docker0-does-not-exist-ubuntu-16-04/66656/1 "2017-07-23T02:41:53Z")

</div>

I can not install the discourse.  
When I try to start I see this:

```plaintext
root@s9ffd138e:/var/discourse# ./launcher start app
Device "docker0" does not exist.
Cannot connect to the docker daemon - verify it is running and you have access
root@s9ffd138e:/var/discourse# ./launcher rebuild app
Device "docker0" does not exist.
Cannot connect to the docker daemon - verify it is running and you have access

```

The installation was done according to this instruction [discourse/docs/INSTALL-cloud.md at main · discourse/discourse · GitHub](https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md)

---

<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: [July 23, 2017, 2:49am UTC](https://meta.discourse.org/t/device-docker0-does-not-exist-ubuntu-16-04/66656/2 "2017-07-23T02:49:15Z")

</div>

Your docker install is bad.

You can try starting the service with `service docker start`.

Or a new install following: [Install Docker Engine on Ubuntu | Docker Docs](https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/)

---

<div class="post-metadata">

### Author: ![11145](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/11145/32/119636_2.png) [@11145](https://meta.discourse.org/u/11145)
#### Post date: [July 23, 2017, 3:08am UTC](https://meta.discourse.org/t/device-docker0-does-not-exist-ubuntu-16-04/66656/3 "2017-07-23T03:08:07Z")

</div>

> [@Falco](#):
>
> service docker start

Here such error takes off,

```
:/var/discourse# service docker start
Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.

```

---

<div class="post-metadata">

### Author: ![mpalmer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mpalmer/32/45740_2.png) [@mpalmer](https://meta.discourse.org/u/mpalmer)
#### Post date: [July 23, 2017, 3:09am UTC](https://meta.discourse.org/t/device-docker0-does-not-exist-ubuntu-16-04/66656/4 "2017-07-23T03:09:57Z")

</div>

> [@11145](#):
>
> See “systemctl status docker.service” and “journalctl -xe” for details.

… and?

As Falco said, your docker install is bad. Real bad.

---

<div class="post-metadata">

### Author: ![11145](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/11145/32/119636_2.png) [@11145](https://meta.discourse.org/u/11145)
#### Post date: [July 23, 2017, 3:14am UTC](https://meta.discourse.org/t/device-docker0-does-not-exist-ubuntu-16-04/66656/5 "2017-07-23T03:14:22Z")

</div>

I tried to reinstall. I tried setting a discourse on ubuntu 16.04 and ubuntu on 14.04. And everywhere one problem. I do not run the docker according to the instructions.

---

<div class="post-metadata">

### Author: ![mpalmer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mpalmer/32/45740_2.png) [@mpalmer](https://meta.discourse.org/u/mpalmer)
#### Post date: [July 23, 2017, 3:55am UTC](https://meta.discourse.org/t/device-docker0-does-not-exist-ubuntu-16-04/66656/6 "2017-07-23T03:55:26Z")

</div>

> [@11145](#):
>
> I do not run the docker according to the instructions.

Then you are on your own. We have enough trouble keeping up with Docker weirdnesses when people stick to the straight and narrow. You might be able to get some knowledgeable help at [https://forums.docker.com](https://forums.docker.com).
