Update Docker CE version variables

This commit is contained in:
Misty Stanley-Jones 2017-06-26 11:08:16 -07:00 committed by Misty Stanley-Jones
parent 4659d70ef7
commit 9a1d17900e
5 changed files with 7 additions and 5 deletions

View File

@ -6,6 +6,8 @@ redirect_from:
- /engine/installation/binaries/
---
{% assign minor-version = "17.06" %}
> **Note**: You may have been redirected to this page because there is no longer
> a dynamically-linked Docker package for your Linux distribution.
@ -172,7 +174,7 @@ You can install Docker from binaries on Windows Server 2016 or Windows 10.
1. Use the following PowerShell commands to install and start Docker:
```none
Invoke-WebRequest https://get.docker.com/builds/Windows/x86_64/docker-17.03.0-ce.zip -UseBasicParsing -OutFile docker.zip
Invoke-WebRequest https://get.docker.com/builds/Windows/x86_64/docker-{{ minor-version }}.0-ce.zip -UseBasicParsing -OutFile docker.zip
Expand-Archive docker.zip -DestinationPath $Env:ProgramFiles
Remove-Item -Force docker.zip

View File

@ -6,7 +6,7 @@ redirect_from:
title: Get Docker CE for CentOS
---
{% assign minor-version = "17.03" %}
{% assign minor-version = "17.06" %}
To get started with Docker CE on CentOS, make sure you
[meet the prerequisites](#prerequisites), then

View File

@ -8,7 +8,7 @@ redirect_from:
title: Get Docker CE for Debian
---
{% assign minor-version = "17.03" %}
{% assign minor-version = "17.06" %}
To get started with Docker CE on Debian, make sure you
[meet the prerequisites](#prerequisites), then

View File

@ -7,7 +7,7 @@ redirect_from:
title: Get Docker CE for Fedora
---
{% assign minor-version = "17.03" %}
{% assign minor-version = "17.06" %}
To get started with Docker CE on Fedora, make sure you
[meet the prerequisites](#prerequisites), then

View File

@ -8,7 +8,7 @@ redirect_from:
title: Get Docker CE for Ubuntu
---
{% assign minor-version = "17.03" %}
{% assign minor-version = "17.06" %}
To get started with Docker CE on Ubuntu, make sure you
[meet the prerequisites](#prerequisites), then