Made instructions for editing UCP config copy-pastable with in-line
comments. This removes the need to copy-part-of-a-line,
paste-some-output-from-another-command, copy-next-part-of-a-line,
repeat, until a command is complete.
Also moved the "Example config" below "Inspect and modify" to improve
readability as "Inspect and modify" is a more common workflow.
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
* updated ifconfig to ip addr show w/hints for Docker for Mac, Windows users
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* improved the note on Docker for Mac and Windows
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* update AWS IAM role instructions on Cloud docs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* optimized images, fixed duplicate text content
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
As the `--label` option is used before in `docker node update --label-add registry=true node1`, the Docker registry should be restricted to only run on `node1` - and nowhere else. So the `docker service create` command has to use the option `--constraint 'node.labels.registry==true` instead of `--label registry=true`- because it is a contraint, where to run the Registry - we don´t just want to set a label again.
* updated ifconfig to ip addr show w/hints for Docker for Mac, Windows users
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* improved the note on Docker for Mac and Windows
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* Copyedit, expand info
* Fix typo
* Add info about adding shared folders to Toolbox
* copyedits and formatting, added link to Speccy per Gwen in Windows systems check topic
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* copyedits
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* add more links and info re: Hyper-V driver for Docker Machine on Windows
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added info on where Machine data lives
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added information about the Hyper-V Manager
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* linked between docker-machine create command and other relevant topics
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* copyedits
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* copyedits, added Examples heading to create driver
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* clarifed docker-machine create example
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>