-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swarm beta docs for limited publish #1166
Conversation
19b6591
to
ffae22a
Compare
title: Swarms in Docker Cloud | ||
--- | ||
|
||
<b>Note</b>: All Swarm management features in Docker Cloud are free while in Beta. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not use the Markdown syntax?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've found it doesn't play well with the curly-brace style injection? And I was asked not to use HTML for centering.
|
||
You can switch between node cluster and swarm mode at any time, and enabling swarm mode does _not_ remove or disconnect existing node clusters. | ||
|
||
Swarm mode is free while in preview. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe "during the Beta period"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Removed that line - it was redundant with the banner.)
|
||
## Swarm mode and organizations | ||
|
||
If you are using Docker Cloud in an [organization](../orgs/), you can use Swarm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe s/If you are using/If you use, everywhere it occurs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooo, good point.
If you are using swarm mode as a member of a team other than the `owners` team, | ||
you will only see the swarms that you have been granted access to. | ||
|
||
If you are a member of the `owners` team, you must switch to the Swarm Mode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe "Members of the owners
team can"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
||
## Register an existing swarm | ||
|
||
At this time, you cannot _create_ swarms from within Docker Cloud. However you can register existing swarms as part of the beta functionality. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe "You cannot currently" or just "You cannot" because it's usually considered weird to talk about future hypotheticals in docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is (hopefully) getting released next week, so this line won't be around long.
|
||
At this time, you cannot _create_ swarms from within Docker Cloud. However you can register existing swarms as part of the beta functionality. | ||
|
||
Before you begin, make sure you have the following: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe s/make sure you have/you need
|
||
## Swarm statuses in Docker Cloud | ||
|
||
Swarms that are registered in Docker Cloud appear in the Swarms list. Each line in the list also shows the swarm's status. The statuses are: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/also//
Signed-off-by: LRubin <lrubin@docker.com>
ffae22a
to
6ffb8d7
Compare
Merging now. |
Adds docs for Docker Cloud Swarm beta
Signed-off-by: LRubin lrubin@docker.com