mirror of https://github.com/docker/docs.git
Update ubuntu.md
This commit is contained in:
parent
66d905032a
commit
1127efaa78
|
@ -8,6 +8,8 @@ redirect_from:
|
|||
title: Get Docker for Ubuntu
|
||||
---
|
||||
|
||||
{% assign minor-version = "17.03" %}
|
||||
|
||||
To get started with Docker on Ubuntu, make sure you
|
||||
[meet the prerequisites](#prerequisites), then
|
||||
[install Docker](#install-docker).
|
||||
|
@ -223,8 +225,6 @@ The procedure for setting up the repository is different for [Docker CE](#docker
|
|||
available versions. For Docker EE customers, use `docker-ee` where you see
|
||||
`docker-ce`.
|
||||
|
||||
{% assign minor-version = "17.03" %}
|
||||
|
||||
```bash
|
||||
$ apt-cache madison docker-ce
|
||||
|
||||
|
|
Loading…
Reference in New Issue