mirror of https://github.com/docker/docs.git
Fix broken links (#3082)
This commit is contained in:
parent
f2cb46bf05
commit
b27a47a6ea
|
@ -60,7 +60,7 @@ $ docker pull {{ page.docker_image }}
|
||||||
```
|
```
|
||||||
|
|
||||||
If the node you're upgrading doesn't have access to the internet, you can
|
If the node you're upgrading doesn't have access to the internet, you can
|
||||||
follow the [offline installation documentation](../install/install-offline.md)
|
follow the [offline installation documentation](install/install-offline.md)
|
||||||
to get the images.
|
to get the images.
|
||||||
|
|
||||||
Once you have the latest image on your machine (and the images on the target
|
Once you have the latest image on your machine (and the images on the target
|
||||||
|
@ -74,7 +74,7 @@ $ docker run -it --rm \
|
||||||
|
|
||||||
By default the upgrade command runs in interactive mode and prompts you for
|
By default the upgrade command runs in interactive mode and prompts you for
|
||||||
any necessary information. You can also check the
|
any necessary information. You can also check the
|
||||||
[reference documentation](../../../reference/cli/index.md) for other existing flags.
|
[reference documentation](../../reference/cli/index.md) for other existing flags.
|
||||||
|
|
||||||
The upgrade command will start replacing every container in your DTR cluster,
|
The upgrade command will start replacing every container in your DTR cluster,
|
||||||
one replica at a time. It will also perform certain data migrations. If anything
|
one replica at a time. It will also perform certain data migrations. If anything
|
||||||
|
|
Loading…
Reference in New Issue