# Docker version not supported after the later update

**URL:** https://meta.discourse.org/t/docker-version-not-supported-after-the-later-update/73405
**Category:** Self-hosting
**Created:** [November 4, 2017, 7:19am UTC](https://meta.discourse.org/t/docker-version-not-supported-after-the-later-update/73405 "2017-11-04T07:19:00Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Idan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/idan/32/198212_2.png) [@Idan](https://meta.discourse.org/u/Idan)
#### Post date: [November 4, 2017, 7:19am UTC](https://meta.discourse.org/t/docker-version-not-supported-after-the-later-update/73405/1 "2017-11-04T07:19:00Z")

</div>

Everything worked fine until today. I Upgrade the docker via the admin page, after it finished, the forum loads fine. I went to upgrade the discourse version but I then get to a page that tell me this:

```
<html><head></head><body>
<h2>You are running an old version of the Discourse image.</h2>
<p>
Upgrades via the web UI are disabled until you run the latest image.
</p>
<p>
To do so log in to your server using SSH and run:
</p>

<pre>
cd /var/discourse
git pull
./launcher rebuild app
</pre>

```

I never had this page before. I logged in to the server via SSH and try to run those commands and I get:

**Error: Docker version 1.11.2 not supported, please upgrade to at least 17.03.1, or recommended 17.06.2.**

What to do? Thanks.

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [November 4, 2017, 11:35am UTC](https://meta.discourse.org/t/docker-version-not-supported-after-the-later-update/73405/2 "2017-11-04T11:35:51Z")

</div>

I believe you just have to request docker to upgrade, easiest way (for me), was to run  
`wget -qO- https://get.docker.com/ | sh`

---

<div class="post-metadata">

### Author: ![Idan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/idan/32/198212_2.png) [@Idan](https://meta.discourse.org/u/Idan)
#### Post date: [November 4, 2017, 3:17pm UTC](https://meta.discourse.org/t/docker-version-not-supported-after-the-later-update/73405/3 "2017-11-04T15:17:06Z")

</div>

Worked, thanks a lot.

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [November 6, 2017, 10:21pm UTC](https://meta.discourse.org/t/docker-version-not-supported-after-the-later-update/73405/4 "2017-11-06T22:21:45Z")

</div>


