mirror of https://github.com/docker/docs.git
Update ubuntu.md
This commit is contained in:
parent
a6c4367af9
commit
632a8b9c82
|
@ -137,14 +137,10 @@ from the repository.
|
|||
|
||||
4. Temporarily add a `$DOCKER_EE_VERSION` variable into your environment.
|
||||
|
||||
|
||||
For Docker Enterprise Edition 2.1, use Docker EE Engine 18.09. Installation instructions start below the note.
|
||||
|
||||
> ***NOTE:*** If you need to run Docker EE 2.0, please see the following instructions:
|
||||
> * [18.03](https://docs.docker.com/v18.03/ee/supported-platforms/) - Use this version if you're only running
|
||||
> Docker EE Engine.
|
||||
> * [17.06](https://docs.docker.com/v17.06/engine/installation/) - Use this version if you're using Docker Enterprise
|
||||
> Edition 2.0 (Docker Engine, UCP, and DTR).
|
||||
> ***NOTE:*** If you need to run Docker EE 2.0, please see the following instructions:
|
||||
> * [18.03](https://docs.docker.com/v18.03/ee/supported-platforms/) - Older Docker EE Engine only release
|
||||
> * [17.06](https://docs.docker.com/v17.06/engine/installation/) - Docker Enterprise Edition 2.0 (Docker Engine,
|
||||
> UCP, and DTR).
|
||||
|
||||
```bash
|
||||
$ DOCKER_EE_VERSION=<YOUR_VERSION>
|
||||
|
|
Loading…
Reference in New Issue