engine/install: Ubuntu: align wording with other distros

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-05-04 10:04:42 +02:00
parent a46f04630f
commit 88f1522534
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 5 additions and 7 deletions

View File

@ -156,7 +156,7 @@ Docker from the repository.
</div>
3. Verify that the Docker Engine installation is successful by running the
`hello-world` image:
`hello-world` image.
```console
$ sudo docker run hello-world
@ -171,9 +171,8 @@ You have now successfully installed and started Docker Engine.
#### Upgrade Docker Engine
To upgrade Docker Engine, follow the
[installation instructions](#install-docker-engine), choosing the new version
you want to install.
To upgrade Docker Engine, follow the [installation instructions](#install-using-the-repository),
choosing the new version you want to install.
### Install from a package
@ -181,8 +180,7 @@ If you can't use Docker's `apt` repository to install Docker Engine, you can
download the `deb` file for your release and install it manually. You need to
download a new file each time you want to upgrade Docker Engine.
1. Go to [`{{ download-url-base }}/dists/`]({{ download-url-base }}/dists/){:
target="_blank" rel="noopener" class="_" }.
1. Go to [`{{ download-url-base }}/dists/`]({{ download-url-base }}/dists/){: target="_blank" rel="noopener" class="_" }.
2. Select your Ubuntu version in the list.
@ -212,7 +210,7 @@ download a new file each time you want to upgrade Docker Engine.
The Docker daemon starts automatically.
6. Verify that the Docker Engine installation is successful by running the
`hello-world` image:
`hello-world` image.
```console
$ sudo service docker start