# Docker not installed correctly

**URL:** https://meta.discourse.org/t/docker-not-installed-correctly/26045
**Category:** Self-hosting
**Created:** [March 5, 2015, 9:42pm UTC](https://meta.discourse.org/t/docker-not-installed-correctly/26045 "2015-03-05T21:42:18Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Kiki\_Hui](https://avatars.discourse-cdn.com/v4/letter/k/f08c70/32.png) [@Kiki\_Hui](https://meta.discourse.org/u/Kiki_Hui)
#### Post date: [March 5, 2015, 9:42pm UTC](https://meta.discourse.org/t/docker-not-installed-correctly/26045/1 "2015-03-05T21:42:19Z")

</div>

```
    root@discourse:~/var/discourse/discourse_docker# ./launcher bootstrap app
time="2015-03-05T16:38:23-05:00" level="fatal" msg="Cannot connect to the Docker daemon. Is 'docker -d' running on this host?" 
Cannot connect to the docker daemon - verify it is running and you have access
root@discourse:~/var/discourse/discourse_docker# 

```

I followed the Quick Install guide. I keep getting the error above. I think docker has not been installed correctly. How do you reinstall it? When I run docker -d, I get the following

```
INFO[0000] +job serveapi(unix:///var/run/docker.sock)   
INFO[0000] Listening for HTTP on unix (/var/run/docker.sock) 
INFO[0000] +job init_networkdriver()                    
INFO[0000] -job init_networkdriver() = OK (0)           
INFO[0000] WARNING: Your kernel does not support cgroup swap limit. 
INFO[0000] Loading containers: start.                   

INFO[0000] Loading containers: done.                    
INFO[0000] docker daemon: 1.5.0 a8a31ef; execdriver: native-0.2; graphdriver: aufs 
INFO[0000] +job acceptconnections()                     
INFO[0000] -job acceptconnections() = OK (0)    

```

Then it just does nothing. Please help!

---

<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: [March 5, 2015, 9:44pm UTC](https://meta.discourse.org/t/docker-not-installed-correctly/26045/2 "2015-03-05T21:44:33Z")

</div>

Sounds like your Linux kernel is out of date. Look at updating the Linux kernel.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [March 5, 2015, 9:54pm UTC](https://meta.discourse.org/t/docker-not-installed-correctly/26045/3 "2015-03-05T21:54:28Z")

</div>

You need to get the command `docker info` working on your box working first.

---

<div class="post-metadata">

### Author: ![Kiki\_Hui](https://avatars.discourse-cdn.com/v4/letter/k/f08c70/32.png) [@Kiki\_Hui](https://meta.discourse.org/u/Kiki_Hui)
#### Post date: [March 5, 2015, 10:18pm UTC](https://meta.discourse.org/t/docker-not-installed-correctly/26045/4 "2015-03-05T22:18:32Z")

</div>

Updating the Linux kernel did it! Thanks so much!

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [March 5, 2015, 10:19pm UTC](https://meta.discourse.org/t/docker-not-installed-correctly/26045/5 "2015-03-05T22:19:51Z")

</div>


