This example is leading to confusion when folks populate /etc/sub{g,u}id with dockremap:231072:65536 instead of testuser:231072:65536. Step 4 (verification) of "Enable userns-remap on the daemon" doesn't match if the dockremap uid/gid is used.
* added more info about resource constraints to Compose docs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed link in Compose docs, added instructions in test for adding custom target link link IDs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed links
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
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>