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:
Tristan Watson 2018-11-11 14:55:04 +00:00 committed by GitHub
parent f07e2941b4
commit 996255431f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.