Skip to content
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

fix the grammer in aws.md #948

Merged
merged 2 commits into from
Dec 21, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions datacenter/install/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Here are the required configuration parameters for the Cloudformation template:

**KeyName**
SSH key that will be used when you SSH into the manager nodes. The key needs to
be configured in same region you launch the Cloudformation template in.
be configured in the same region you launch the Cloudformation template in.

**InstanceType**
The EC2 instance type for your Worker nodes
Expand Down Expand Up @@ -236,7 +236,7 @@ Once you download the bundle and load it, run the following command:
--dtr-external-url https://$DTR_URL:443
```

Once you run this Docker container, you'll be requested to Choose a replica
Once you run this Docker container, you'll be requested to choose a replica
to reconfigure. Press **Enter** to proceed with the chosen one.

8. Now you may access UCP and DTR with your own custom DNS names
Expand Down Expand Up @@ -331,7 +331,7 @@ Additionally, you can deploy Interlock on any or all of the worker nodes to
dynamically register your applications and loadbalance traffic to them using an
L7 reverse proxy (e.g NGINX). Once you successfully deploy Interlock and NGINX,
you can create DNS records for your applications using the
**DefaultExternalTarget** IP. Full documentations is available
**DefaultExternalTarget** IP. Full documentations are available
[here](https://success.docker.com/Datacenter/Apply/Docker_Reference_Architecture%3A_Universal_Control_Plane_2.0_Service_Discovery_and_Load_Balancing#Non_Swarm_Mode_Containers).


Expand Down
2 changes: 1 addition & 1 deletion datacenter/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Click the **Add Node button** to add a new node.


Check the 'Add node as a manager' option to join the node as a manager
to provide replication and make UCP highly available. For an highly available
to provide replication and make UCP highly available. For a highly available
installation, make sure you have 3, 5, or 7 manager nodes.

Copy the command to your clipboard, and run in on every node that you want
Expand Down