mirror of https://github.com/docker/docs.git
changed uninstall h3 to an h2 (#4945)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
73366b41f4
commit
38d15e85d7
|
@ -10,7 +10,7 @@ title: Use the Docker Cloud Agent
|
|||
|
||||
Docker Cloud allows you to use any Linux host ("bring your own host") as a node which you can then use to deploy containers. To do this, you must install the **Docker Cloud Agent** on your Linux host so that Docker Cloud can remotely manage it.
|
||||
|
||||
> **Note**: The Docker Cloud Agent only supports x64 architecture at this time.
|
||||
> **Note**: The Docker Cloud Agent only supports x64 architecture at this time.
|
||||
|
||||
The **Docker Cloud Agent** installs its own Docker binary, and automatically removes any prior installation of the Docker Engine packages. See the [Known Limitations](byoh.md#known-limitations) section for more information.
|
||||
|
||||
|
@ -68,7 +68,7 @@ curl -Ls https://get.cloud.docker.com/ | sudo -H sh -s 63ad1c63ec5d431a9b31133e3
|
|||
Copy and paste this command, and execute it on your host. The host automatically
|
||||
appears in the list of nodes once the process completes.
|
||||
|
||||
### Uninstall the Docker Cloud Agent
|
||||
## Uninstall the Docker Cloud Agent
|
||||
|
||||
To uninstall `dockercloud-agent` from your host, execute the following command:
|
||||
|
||||
|
|
Loading…
Reference in New Issue