Skip to content

Commit

Permalink
Correct wording (docker#3548)
Browse files Browse the repository at this point in the history
This file change adjusts the wording in the section "Adding a host without a driver". The word "as" seems more appropriate here in order to indicate that working with a host created by machine vs working with a host provisioned by other means results in a comparable situation. The word "than", on the other hand, is used in comparisons to indicate a difference.
Besides "than" vs "as", this change exchanges "an" for "a" as this is more appropriate, given the next word starts with a vowel sound.
  • Loading branch information
rmoorman authored and joaofnfernandes committed Jun 9, 2017
1 parent a173c46 commit 274baf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine/get-started-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ See <a href="../machine/drivers/" target="_blank">Docker Machine driver referenc

## Adding a host without a driver

You can register an already existing docker host by passing the daemon url. With that, you can have the same workflow than an host provisioned by docker-machine
You can register an already existing docker host by passing the daemon url. With that, you can have the same workflow as on a host provisioned by docker-machine

$ docker-machine create --driver none --url=tcp://50.134.234.20:2376 custombox
$ docker-machine ls
Expand Down

0 comments on commit 274baf8

Please sign in to comment.