* Update the osxfs documentation with recent details about caching.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* Add a note about 'cached' to the volumes tutorial.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* Add a document giving a detailed specification of osxfs caching.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* Americanize spelling in the osxfs-caching document.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* More osxfs benchmark details for 'go list'.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* Remove mentions of the blog post.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* editorial, topic structure changes, x-refs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* linked to new topic also where bind mounts are discussed in Namespaces
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added more tags
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* Decapitalize descriptions
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* "releease" ~> "release"
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* Use @avsm's suggested rewording for the osxfs-caching introduction.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* Add an example showing how to use `cached`, `consistent`, etc.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* Add a link to the user-guided caching blog post.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* added examples heading, more x-refs to blog post, docker run
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* escaped second dash in --volume long version of command
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed double dashes on volume option to render properly
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added links to info about stable and edge channels
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added link for edge to both, moved tip above screen snap
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed notes on d4mac, d4win per new format
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* streamlined d4win pre-install notes, surfaced toolbox option
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* add Cloud link to Azure topics
WIP: 1st draft includes, tabs re: SSH key topics
adding more Azure Cloud content and SSH includes
copyedits
cloud azure, aws topics organization, videos
incorporated review comments
copyedits, colour-coded TBD's
copyedits to make create a swarm w/AWS and Azure consistent
updated links to use new titles
added SSH key setup to the Swarm overview list of links
updated link services titles
add ssh to glossary, note autoredeploy limitations
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* screen snaps, updates per latest on staging
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added link
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* resolved conflicts in TOC
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added Azure accept EULA/enable subscription, more steps, snaps
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed the comments to not break numbering
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* new snaps and review comments incorporated from Alberto and Ryan
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added screen snaps, review comments, more steps
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added screen snaps, detail to Azure create swarm
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* new snap showing linked AWS as provider
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* AWS screen snaps and detailed steps
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* AWS swarm name rules clarification
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added x-refs to edition topics on config per reviews
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added connect screen snap w/production commands, AWS pricing
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added more code examples and clarification to swarm connect
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added more code examples for Azure and AWS
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
There were a number of things wrong with the `restart` definition
1. The volumes note came after the restart section rather than before
2. The restart command used array notation rather than map. This is confusing to those unfamiliar with yaml and inconsistent with the rest of the documentation
3. Using `docker-compose` myself, saying `restart: no` does not work, but `restart: "no"` does.
```
ERROR: The Compose file './docker-compose.override.yml' is invalid because:
services.letsencrypt.restart contains an invalid type, it should be a string
```
The syslog TCP+TLS example suggests that the relevant options are `syslog-tls-ca-cert=syslog-tls-ca-cert=...`, `syslog-tls-cert=syslog-tls-ca-cert=...` and `syslog-tls-key=syslog-tls-ca-cert=...`. This corrects this example.
* Updated links to more info on stack files
### what's changed
Updated x-refs to more info on `docker stack deploy` and stack files (to disambiguate from Docker Cloud stack files)
### Reviewers
@alberto @caylorme @stevvooe
* fixed link to deploy key
* added x-refs and fixed more links
* copyedits