Update intro_cloud.md (#4928)

This commit is contained in:
Wang Jie 2017-10-17 07:13:33 +08:00 committed by Misty Stanley-Jones
parent 1dc7e46c16
commit a8948511bf
1 changed files with 4 additions and 4 deletions

View File

@ -22,16 +22,16 @@ A node is an individual Linux host used to deploy and run your applications. Doc
## What is a node cluster?
When launching a node from a cloud provider you'll actually be creating a node cluster. Node Clusters are groups of nodes of the same type and from the same cloud provider. Node clusters allow you to scale the infrastructure by provisioning more nodes with a drag of a slider.
### Using cloud service providers
### Use cloud service providers
Docker Cloud makes it easy to provision nodes from existing cloud providers. If you already have an account with an infrastructure as a service provider, you can provision new nodes directly from within Docker Cloud. Today we have native support for Amazon Web Services, DigitalOcean, Microsoft Azure, Packet.net, and IBM SoftLayer.
### Using your own hosts ("Bring your own nodes")
### Use your own hosts ("Bring your own nodes")
You can also provide your own node or nodes. This means you can use any Linux host connected to the Internet as a Docker Cloud node as long as you can install a Cloud agent. The agent registers itself with your Docker account, and allows you to use Docker Cloud to deploy containerized applications.
## What is a Service?
## What is a service?
Services are logical groups of containers from the same image. Services make it simple to scale your application across different nodes. In Docker Cloud you drag a slider to increase or decrease the availability, performance, and redundancy of the application. Services can also be linked one to another even if they are deployed on different nodes, regions, or even cloud providers.
## Let's get started!
Log in to <a href="https://cloud.docker.com" target="_blank">Docker Cloud</a> using your Docker ID. (These are the same credentials you used for Docker Hub if you had an account there.)
Start here [by linking your infrastructure to Docker Cloud](connect-infra.md).
Start here [by linking your infrastructure to Docker Cloud](connect-infra.md).