* Fixed syntax error (#8732)
Last edit to the REPLICA_ID command introduced a syntax error by adding an extra ')'. Removed it.
* Fix replica ID setting examples
- Accept suggestion from @thajeztah based on product testing
- Apply change to page examples
- Remove NFS backup example based on the following errors:
tar: /var/lib/docker/volumes/dtr-registry-nfs-36e6bf87816d: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
* Update header for example tar
* Fixed link title
* Added new example and deprecation info (#8773)
* Updated multi-stage build doc (#8769)
Changed the 'as' keyword to 'AS' to match the Dockerfile reference docs here: https://docs.docker.com/engine/reference/builder/#from
* Fix typo (#8766)
* Fixed a sentence (#8728)
* Minor edit
* Update configure-tls.md (#8719)
* Update upgrade.md (#8718)
* Update index.md (#8717)
* Update configure-tls.md (#8716)
* Add TOC entry for Hub page title change (#8777)
* Update upgrade.md
* Fix left navigation TOC
* Update get-started.md (#8713)
* Update tmpfs.md (#8711)
* Add an indentation in compose-gettingstarted.md (#8487)
* Fix messaging on service dependencies
* Reword lots of instances of 'will'
* Reword lots of instances of won't
* Reword lots of instances of we'll
* Eradicate you'll
* Eradicate 'be able to' type of phrases
* Eradicate 'unable to' type of phrases
* Eradicate 'has / have to' type of phrases
* Eradicate 'note that' type of phrases
* Eradicate 'in order to' type of phrases
* Redirect to official Chef and Puppet docs
* Eradicate gratuitous 'please'
* Reduce use of e.g.
* Reduce use of i.e.
* Reduce use of N.B.
* Get rid of 'sexagesimal' and correct some errors
* how to get scp to work on Windows
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* clarified some commands in part 3
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed links on hyperv, machine pages
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* removing notes about scp and ssh on Windows, WIP
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* WIP: adding docker-machine env commands
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added docker-machine env option, re-worked tabs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* moved extra info re: docker-machine env out of note, to end of part 4
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* updated parts 4, 5 with docker-machine env, added note re: commands
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* changed rest of ssh examples, formatting fixes, copyedit
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* copyedit on docker-machine env example
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* reworded note title
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>
The example `docker-machine create` commands show `--create` as an option instead of a command. If `docker-machine --create` is invoked, the user will receive an error: "Incorrect Usage."
Apple has changed their branding guidelines from 'OS X' to 'macOS'
so we should update ours to be within trademark / branding
guidelines. See http://www.apple.com/macos/sierra/
Signed-off-by: Misty Stanley-Jones <misty@docker.com>