# New Install - Docker Not installing

**URL:** https://meta.discourse.org/t/new-install-docker-not-installing/221030
**Category:** Support
**Created:** [March 15, 2022, 7:53pm UTC](https://meta.discourse.org/t/new-install-docker-not-installing/221030 "2022-03-15T19:53:32Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Timelord](https://avatars.discourse-cdn.com/v4/letter/t/ba9def/32.png) [@Timelord](https://meta.discourse.org/u/Timelord)
#### Post date: [March 15, 2022, 7:53pm UTC](https://meta.discourse.org/t/new-install-docker-not-installing/221030/1 "2022-03-15T19:53:32Z")

</div>

So, a brand new install on Ubuntu 21.04. I have installed Discourse dozens of times without issue, but this one is tripping me up.

After running ./discourse-setup I get the following

 ![image](https://global.discourse-cdn.com/meta/original/3X/7/7/770d8565d266c84a9e0b36fe03ba05b5643eb682.png)

To test basic network connectivity, I traceroute over to [get.docker.com](http://get.docker.com), and traffic is leaving the server.

 ![image](https://global.discourse-cdn.com/meta/original/3X/0/c/0cee2440c1c746deae531e64b8bff74ec0af8980.png)

ANy thoughts on what could be going on here?

---

<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: [March 15, 2022, 9:03pm UTC](https://meta.discourse.org/t/new-install-docker-not-installing/221030/2 "2022-03-15T21:03:56Z")

</div>

Try `curl -vv https://get.docker.com`.

---

<div class="post-metadata">

### Author: ![Timelord](https://avatars.discourse-cdn.com/v4/letter/t/ba9def/32.png) [@Timelord](https://meta.discourse.org/u/Timelord)
#### Post date: [March 15, 2022, 9:08pm UTC](https://meta.discourse.org/t/new-install-docker-not-installing/221030/3 "2022-03-15T21:08:04Z")

</div>

> [@Falco](#):
>
> curl -vv [https://get.docker.com](https://get.docker.com)

Here is the output from that command.

```plaintext
 curl -vv https://get.docker.com
* Trying 65.9.149.88:443...
* Trying 2600:9000:20d1:9000:10:a463:3d00:93a1:443...
* Immediate connect fail for 2600:9000:20d1:9000:10:a463:3d00:93a1: Network is u nreachable
* Trying 2600:9000:20d1:4c00:10:a463:3d00:93a1:443...
* Immediate connect fail for 2600:9000:20d1:4c00:10:a463:3d00:93a1: Network is u nreachable
* Trying 2600:9000:20d1:1c00:10:a463:3d00:93a1:443...
* Immediate connect fail for 2600:9000:20d1:1c00:10:a463:3d00:93a1: Network is u nreachable
* Trying 2600:9000:20d1:1000:10:a463:3d00:93a1:443...
* Immediate connect fail for 2600:9000:20d1:1000:10:a463:3d00:93a1: Network is u nreachable
* Trying 2600:9000:20d1:6e00:10:a463:3d00:93a1:443...
* Immediate connect fail for 2600:9000:20d1:6e00:10:a463:3d00:93a1: Network is u nreachable
* Trying 2600:9000:20d1:ae00:10:a463:3d00:93a1:443...
* Immediate connect fail for 2600:9000:20d1:ae00:10:a463:3d00:93a1: Network is u nreachable
* Trying 2600:9000:20d1:0:10:a463:3d00:93a1:443...
* Immediate connect fail for 2600:9000:20d1:0:10:a463:3d00:93a1: Network is unre achable
* Trying 2600:9000:20d1:f600:10:a463:3d00:93a1:443...
* Immediate connect fail for 2600:9000:20d1:f600:10:a463:3d00:93a1: Network is u nreachable

```

---

<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: [March 15, 2022, 9:09pm UTC](https://meta.discourse.org/t/new-install-docker-not-installing/221030/4 "2022-03-15T21:09:04Z")

</div>

> [@Timelord](#):
>
> Network is unreachable

Looks like you have broken IPv6 connectivity on this server.

---

<div class="post-metadata">

### Author: ![Timelord](https://avatars.discourse-cdn.com/v4/letter/t/ba9def/32.png) [@Timelord](https://meta.discourse.org/u/Timelord)
#### Post date: [March 15, 2022, 9:10pm UTC](https://meta.discourse.org/t/new-install-docker-not-installing/221030/5 "2022-03-15T21:10:29Z")

</div>

Yeah, that’s the conclusion I am coming to also. Gonna try disabling IPV6 and force it to use IPV4.

---

<div class="post-metadata">

### Author: ![Timelord](https://avatars.discourse-cdn.com/v4/letter/t/ba9def/32.png) [@Timelord](https://meta.discourse.org/u/Timelord)
#### Post date: [March 15, 2022, 9:25pm UTC](https://meta.discourse.org/t/new-install-docker-not-installing/221030/6 "2022-03-15T21:25:26Z")

</div>

Interesting, it does not work on IPV4 either.

![image](https://global.discourse-cdn.com/meta/original/3X/2/7/271d924263d96108d72ea9b88a26c958e3ce10fb.png)

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [March 15, 2022, 9:42pm UTC](https://meta.discourse.org/t/new-install-docker-not-installing/221030/7 "2022-03-15T21:42:25Z")

</div>

> [@Timelord](#):
>
> new install on Ubuntu 21.04

I don’t have an explanation for your problem, but I’d recommend to always use an LTS version (20.04) as it’ll last a lot longer.
