bump the version to the latest available from docker
This commit is contained in:
@@ -86,7 +86,7 @@ apt-get update
|
|||||||
apt-get install -y docker.io
|
apt-get install -y docker.io
|
||||||
```
|
```
|
||||||
|
|
||||||
or install Docker CE 17.03 from Docker's repositories for Ubuntu or Debian:
|
or install Docker CE 17.09 from Docker's repositories for Ubuntu or Debian:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt-get update && apt-get install -y curl apt-transport-https
|
apt-get update && apt-get install -y curl apt-transport-https
|
||||||
@@ -94,7 +94,7 @@ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
|
|||||||
cat <<EOF >/etc/apt/sources.list.d/docker.list
|
cat <<EOF >/etc/apt/sources.list.d/docker.list
|
||||||
deb https://download.docker.com/linux/$(lsb_release -si | tr '[:upper:]' '[:lower:]') $(lsb_release -cs) stable
|
deb https://download.docker.com/linux/$(lsb_release -si | tr '[:upper:]' '[:lower:]') $(lsb_release -cs) stable
|
||||||
EOF
|
EOF
|
||||||
apt-get update && apt-get install -y docker-ce=$(apt-cache madison docker-ce | grep 17.03 | head -1 | awk '{print $3}')
|
apt-get update && apt-get install -y docker-ce=$(apt-cache madison docker-ce | grep 17.09 | head -1 | awk '{print $3}')
|
||||||
```
|
```
|
||||||
|
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|||||||
Reference in New Issue
Block a user