mirror of https://github.com/docker/docs.git
Pedantic fixing of a typo on docks
Cheeky issue with a missing 'd' on enable. > If you don’t have Swarm Mode **enable**, images pushed to Docker Hub automatically appear for you on the Services/Wizard page on Docker Cloud. Should read: If you don’t have Swarm Mode **enabled**, images pushed to Docker Hub automatically appear for you on the Services/Wizard page on Docker Cloud.
This commit is contained in:
parent
f07e2941b4
commit
996255431f
|
@ -12,7 +12,7 @@ Docker Cloud uses Docker Hub as its native registry for storing both public and
|
|||
private repositories. Once you push your images to Docker Hub, they are
|
||||
available in Docker Cloud.
|
||||
|
||||
If you don't have Swarm Mode enable, images pushed to Docker Hub automatically appear for you on the **Services/Wizard** page on Docker Cloud.
|
||||
If you don't have Swarm Mode enabled, images pushed to Docker Hub automatically appear for you on the **Services/Wizard** page on Docker Cloud.
|
||||
|
||||
> **Note**: You must use Docker Engine 1.6 or later to push to Docker Hub.
|
||||
Follow the [official installation instructions](/install/index.md){: target="_blank" class="_" } depending on your system.
|
||||
|
|
Loading…
Reference in New Issue