Update your_first_service.md (#2418)

This commit is contained in:
Wang Jie 2017-03-22 02:46:27 +08:00 committed by John Mulhausen
parent 0c789392b1
commit 78f65218a4
1 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ This page describes how to create a service on Docker Cloud.
A service is a group of containers of the same **image:tag**. Services make it simple to scale your application. With Docker Cloud, you simply drag a slider to change the number of containers in a service.
Before you can deploy a service in Docker Cloud, you must have at least one node deployed. If you haven't done this yet [follow the tutorial to deploy a node ](your_first_node.md).
Before you can deploy a service in Docker Cloud, you must have at least one node deployed. If you haven't done this yet [follow the tutorial to deploy a node](your_first_node.md).
When you create a service in the Docker Cloud web interface, a wizard walks you through configuring the service in three steps.
@ -21,7 +21,7 @@ When you create a service in the Docker Cloud web interface, a wizard walks you
1. **Configure the Service** From here, give the service a name, set the initial number of containers, expose/publish ports, modify the run command or entrypoint, set memory and CPU limits.
1. **Set Environment variables** Set the edit environment variables and link your service to other existing services in Docker Cloud.
> **Note**:In this Quickstart tutorial we won't be working with environment variables or connecting [data volumes](../apps/volumes.md), but these are also available as optional steps in the wizard.
> **Note**: In this Quickstart tutorial we won't be working with environment variables or connecting [data volumes](../apps/volumes.md), but these are also available as optional steps in the wizard.
## Select a Service Image