mirror of https://github.com/docker/docs.git
clarified what's standard v. beta mode on cloud docs home page
added heading and description of Swarm mode below table, tweaked headings added Swarms screen snap added a standard mode indicator to infrastructure overview title re-organized order of topics in table and below re-wording to swarm topic, added x-refs from d4mac, d4win to cloud topics Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
0d24ad1b1b
commit
4e7dfb7c85
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
|
@ -27,19 +27,19 @@ Log in to Docker Cloud using your free [Docker ID](../docker-id/).
|
|||
|
||||
<table class="tg">
|
||||
<tr>
|
||||
<td class="bluebar" width="50%"><a href="builds/index.md">Manage Builds and Images</a></td>
|
||||
<td class="bluebar" width="50%"><a href="infrastructure/index.md">Manage Infrastructure (Standard Mode)</a></td>
|
||||
<td class="bluebar" width="50%"><a href="builds/index.md"><b>Manage Builds and Images</b></a></td>
|
||||
<td class="bluebar" width="50%"><a href="cloud-swarm/index.md"><b>Manage Swarms (Beta Swarm Mode)</b></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="plain" width="50%"><p>Build and test your code, build Docker images. Link Cloud repositories to your source code provider to automate building images and pushing them to Cloud. </p></td>
|
||||
<td class="plain" width="50%"><p>Link to your hosts, upgrade the Docker Cloud agent, and manage container distribution. See the <a href="infrastructure/cloud-on-aws-faq.md">AWS FAQ</a> and <a href="infrastructure/cloud-on-packet.net-faq.md">Packet.net FAQ</a></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bluebar" width="50%"><a href="cloud-swarm/index.md">Manage Swarms (Beta Swarm Mode)</a></td>
|
||||
<td class="bluebar" colspan="2"><a href="standard/index.md">Manage Nodes and Apps (Standard Mode)</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="plain" width="50%"><p>Provision swarms to popular cloud providers, register existing swarms, and use your Docker ID to authenticate and securely access personal or team swarms.</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bluebar" width="50%"><a href="infrastructure/index.md"><b>Manage Infrastructure (Standard Mode)</b></a></td>
|
||||
<td class="bluebar" colspan="2"><a href="standard/index.md"><b>Manage Nodes and Apps (Standard Mode)</b></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="plain" width="50%"><p>Link to your hosts, upgrade the Docker Cloud agent, and manage container distribution. See the <a href="infrastructure/cloud-on-aws-faq.md">AWS FAQ</a> and <a href="infrastructure/cloud-on-packet.net-faq.md">Packet.net FAQ</a></p></td>
|
||||
<td class="plain" width="50%"><p>Deploy and manage nodes, services, and applications in Docker Cloud (Standard Mode).</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -59,7 +59,17 @@ them to a repository.
|
|||
|
||||

|
||||
|
||||
### Infrastructure management
|
||||
### Swarm Management (Beta Swarm Mode)
|
||||
|
||||
With [Beta Swarm Mode](/docker-cloud/cloud-swarm/index.md), you can create new
|
||||
swarms from within Docker Cloud, register existing swarms to Docker Cloud, or
|
||||
provision swarms to your cloud providers. Your Docker ID authenticates and
|
||||
securely accesses personal or team swarms. Docker Cloud allows you to connect
|
||||
your local Docker Engine to any swarm you have access to in Docker Cloud.
|
||||
|
||||

|
||||
|
||||
### Infrastructure management (Standard Mode)
|
||||
|
||||
Before you can do anything with your images, you need somewhere to run them.
|
||||
Docker Cloud allows you to link to your infrastructure or cloud services
|
||||
|
@ -68,7 +78,7 @@ up, you can deploy images directly from Docker Cloud repositories.
|
|||
|
||||

|
||||
|
||||
### Services, Stacks, and Applications
|
||||
### Services, Stacks, and Applications (Standard Mode)
|
||||
|
||||
Images are just one layer in containerized applications. Once you've built an
|
||||
image, you can use it to deploy services (which are composed of one or more
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
description: Manage network in Docker Cloud
|
||||
keywords: nodes, hosts, infrastructure, Cloud
|
||||
title: Docker Cloud infrastructure overview
|
||||
title: Docker Cloud infrastructure overview (Standard Mode)
|
||||
notoc: true
|
||||
---
|
||||
|
||||
|
|
|
@ -366,14 +366,14 @@ create one.
|
|||
|
||||

|
||||
|
||||
Then use the Docker for Mac menu to create, view, or navigate directly to
|
||||
your Cloud resources:
|
||||
Then use the Docker for Mac menu to create, view, or navigate directly to your
|
||||
Cloud resources, including **organizations**, **repositories**, and **swarms**.
|
||||
|
||||
* Organizations
|
||||
* Repositories
|
||||
* Swarms
|
||||
Check out these [Docker Cloud topics](/docker-cloud/index.md) to learn more:
|
||||
|
||||
Check out the [Docker Cloud topics](/docker-cloud/index.md) to learn more.
|
||||
* [Organizations and Teams in Docker Cloud](/docker-cloud/orgs/index.md)
|
||||
* [Builds and Images](/docker-cloud/builds/index.md)
|
||||
* [Swarms in Docker Cloud](/docker-cloud/cloud-swarm/index.md)
|
||||
|
||||
## Where to go next
|
||||
|
||||
|
|
|
@ -639,14 +639,14 @@ or create one.
|
|||
|
||||

|
||||
|
||||
Then use the Docker for Windows menu to create, view, or navigate directly to
|
||||
your Cloud resources:
|
||||
Then use the Docker for Mac menu to create, view, or navigate directly to your
|
||||
Cloud resources, including **organizations**, **repositories**, and **swarms**.
|
||||
|
||||
* Organizations
|
||||
* Repositories
|
||||
* Swarms
|
||||
Check out these [Docker Cloud topics](/docker-cloud/index.md) to learn more:
|
||||
|
||||
Check out the [Docker Cloud topics](/docker-cloud/index.md) to learn more.
|
||||
* [Organizations and Teams in Docker Cloud](/docker-cloud/orgs/index.md)
|
||||
* [Builds and Images](/docker-cloud/builds/index.md)
|
||||
* [Swarms in Docker Cloud](/docker-cloud/cloud-swarm/index.md)
|
||||
|
||||
### Diagnose and Feedback
|
||||
|
||||
|
|
Loading…
Reference in New Issue