* standalone docker-compose is still supported, while discouraged
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
* Update compose/install/index.md
---------
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* compose: initial file watch docs
Introduction and explainer for Compose file watch mode, which is
a new, experimental feature to automatically update running Compose
services while you develop.
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
* align to style guide and slight restructure
* compose: add v1 EOL notice to file watch
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
* compose: add more intro about file watch
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
* compose: revise example
Made it match the forthcoming blog post and added some
explanation around the YAML.
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
* compose: add comparison with bind mounts
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
* compose: small wording adjustment
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
* Apply suggestions from code review
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update compose/file-watch.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
---------
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* compose: add upgrade notes for 2.17.x
Compose had several correctness changes in recent releases, which
have caught folks off-guard. Added an advisory "Upgrade Notes"
section to the v2.17.0 release section with the highlights.
I also removed a feature (`dockerfile_inline`) because there is
a bug in the initial implementation rendering it unusable for the
moment, so we will (re-)announce it once fixed.
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
* Apply suggestions from code review
---------
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>