mirror of https://github.com/docker/docs.git
Update Docker CE version variables
This commit is contained in:
parent
4659d70ef7
commit
9a1d17900e
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue