* Add long form for ports.
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Remove volume_driver from v3 reference.
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Add docs for expanded mount syntax.
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
Compose file v1 and v2 docs had relative links to some non-existing pages (especially about extending services). It was probably introduced when `compose-file.md` was detached into directory with single file per compose file version.
copyedits, rewrite
fixed some links
simplified/shortened this topic
tweaked description of key, option, value
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
added more links re: overlay networks
provided more links to networking topics, restructured the section
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* docker swarm does not respect depends_on
Swarmkit does not seem to have the concept of starting services in a particular order.
Tested with docker 1.13.1. Also, `docker-compose bundle` warns us about depends_on being unsupported.
* Remove condition form of depends_on from the V3 compose file docs.
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
copyedit to fix typo
wrapped text properly
replaced original example with Nathan's
added a better sub-title
specifically mentioned not using relative paths
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
pruning Compose file v2 reference
updated Compose v1, v2, v3 files, still WIP
added includes for compatibility matrix, fixed TOC menu
new topic organziation Compose reference, split two 3 files plus versioning
Daniel's comments, fixed links, added more to versioning details
fixed volumes_from example per Daniel's comments for v1
simplified links to version references
copyedits and improved/surfaced links to versioning/upgrade docs
removed for version specific content re: volume_drivers from various files
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>