We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d9050 commit 1127efaCopy full SHA for 1127efa
engine/installation/linux/ubuntu.md
@@ -8,6 +8,8 @@ redirect_from:
8
title: Get Docker for Ubuntu
9
---
10
11
+{% assign minor-version = "17.03" %}
12
+
13
To get started with Docker on Ubuntu, make sure you
14
[meet the prerequisites](#prerequisites), then
15
[install Docker](#install-docker).
@@ -223,8 +225,6 @@ The procedure for setting up the repository is different for [Docker CE](#docker
223
225
available versions. For Docker EE customers, use `docker-ee` where you see
224
226
`docker-ce`.
227
- {% assign minor-version = "17.03" %}
-
228
```bash
229
$ apt-cache madison docker-ce
230
0 commit comments