Commit Graph

1927 Commits

Author SHA1 Message Date
Nicolas De loof b7a434d288
document syntax for watch ignores (#17205)
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2023-04-28 11:22:01 +01:00
Nicolas De loof a76170eff1
refresh compose help output (#17201)
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2023-04-28 09:14:15 +01:00
Nicolas De loof 8569517576
standalone docker-compose is still supported, while discouraged (#17159)
* 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>
2023-04-21 15:56:49 +01:00
Allie Sadler f58e3c8d06
ENGDOCS-1309 (#17142) 2023-04-19 10:18:33 +01:00
Allie Sadler d55371d48b
ENGDOCS-1303 (#17131) 2023-04-18 12:12:31 +01:00
Allie Sadler 77892dc7d6
ENGDOCS-1302 (#17123) 2023-04-17 13:32:29 +01:00
Milas Bowman d43e8345dc
compose: initial file watch docs (#17010)
* 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>
2023-04-17 09:26:31 +01:00
David Winiecki f0b643fb26
Remove misleading "This is the newest version." from "Compose file version 3 reference" (#17108)
Compose file version 3 is not the newest version, the Compose Specification is.

This change is consistent with https://github.com/docker/docs/blob/main/compose/compose-file/index.md
2023-04-14 08:57:29 +01:00
Milas Bowman 2a38290141
compose: add upgrade notes for 2.17.x (#17107)
* 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>
2023-04-14 08:57:15 +01:00
Allie Sadler deedbe185c
docs freshness for compose and desktop (#17003)
* docs freshness for compose and desktop

* fix

* more pages

* fix build
2023-03-30 10:46:21 +01:00
Milas Bowman f9635f1456
compose: release notes for v2.17.2 (#16992)
https://github.com/docker/compose/releases/tag/v2.17.2

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2023-03-28 16:49:54 +01:00
Anton Makarenko a95fcaeb3d
Update https://docs.docker.com/compose/networking/ (#16902)
* Update networking.md

* Update compose/networking.md

Co-authored-by: Guillaume Lours <705411+glours@users.noreply.github.com>

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2023-03-27 15:10:55 +01:00
Milas Bowman 276a3a62cc
compose: release notes for v2.17.1 (#16970)
https://github.com/docker/compose/releases/tag/v2.17.1

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2023-03-25 08:36:54 +00:00
Guillaume Lours 89fc9717a7
update Compose release notes page for v2.17.0 (#16959)
* update Compose release notes page for v2.17.0

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>

---------

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-03-24 12:16:18 +00:00
Juba B a1271b202c
Fix link to healthcheck section (#16957) 2023-03-24 10:01:26 +00:00
Allie Sadler 8be114620e
ENGDOCS-1269 (#16936)
* ENGDOCS-1269

* feedback changes
2023-03-22 13:47:11 +00:00
Allie Sadler 326cb37213
spec-split-fix (#16941)
* spec-split-fix

* fix broken link
2023-03-22 12:53:16 +00:00
Allie Sadler 855cda4011
Spec split (#16740)
* split spec

* spec split

* trial branch

* fix

* branch update

* landing page

* add description

* add description

* update file path

* tweak

* fix build

* split spec

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* spec split

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* trial branch

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* fix

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* branch update

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* landing page

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* add description

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* add description

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* update file path

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* tweak

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* fix build

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* missing new line

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* first batch of fix links

* second batch of link fix

* update toc

---------

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-03-22 12:00:04 +00:00
Mike Bland e04f063645
Add detailed project name requirements, mechanisms (#16915)
* Add detailed project name requirements, mechanisms

These changes reflect updated `docker compose` behavior regarding
acceptable project names.

compose-spec/compose-go#261 changed `docker compose` behavior to require
normalized project names as input when using `-p`. Previously `docker
compose` normalized project names automatically, leading to errors for
some users after the change landed in compose-spec/compose-go v1.2.5 and
docker/compose v2.5.1.

compose-spec/compose-spec#314 updated the compose spec, effectively
enforcing the same constraint for the `name:` config file property.
compose-spec/compose-go#362 added information to the error message
specifying the correct project name format. compose-spec/compose-go#364
added enforcement of the new project name requirements for all project
name mechanisms (`-p`, `name:`, `COMPOSE_PROJECT_NAME`, project dir,
working dir).

Local development URLs:
- http://localhost:4000/compose/reference/#use--p-to-specify-a-project-name
- http://localhost:4000/compose/environment-variables/envvars/#compose_project_name
- http://localhost:4000/engine/reference/commandline/compose/#use--p-to-specify-a-project-name

Production URLs:
- https://docs.docker.com/compose/reference/#use--p-to-specify-a-project-name
- https://docs.docker.com/compose/environment-variables/envvars/#compose_project_name
- https://docs.docker.com/engine/reference/commandline/compose/#use--p-to-specify-a-project-name

Signed-off-by: Mike Bland <mbland@acm.org>

* Revert _data/compose-cli/docker_compose.yaml

This reverts part of commit 9ce29a8aec.

As @glours noted in the review of #16915, this content comes from the
upstream docker/compose repo. He's opened docker/compose#10390 to apply
the update there instead.

Signed-off-by: Mike Bland <mbland@acm.org>

---------

Signed-off-by: Mike Bland <mbland@acm.org>
2023-03-22 08:59:55 +00:00
Allie Sadler 3d563746f5
replace convert with config (#16925) 2023-03-21 11:01:06 +00:00
mturoci b95f056f9f
docs: Fix typo. (#16864) 2023-03-10 14:35:13 +00:00
Chris Anderson 62c460bb24
Fix a typo in profiles.md 2023-02-24 12:45:13 -07:00
Allie Sadler 9762aecc41
housekeeping (#16754)
* housekeeping

* fix envvars-precedence
2023-02-21 12:25:43 +00:00
Jan Pieper 10a2232559 docs: fix grammer in ipam description 2023-02-17 11:31:29 +01:00
Mats Luspa b95bbd15b5
Typo (#16711)
In row 55 to 57 it is written following:
Within the `web` container, your connection string to `db` would look like
`postgres://db:5432`, and from the host machine, the connection string would
look like `postgres://{DOCKER_IP}:8001`.
As the container is running postgres on port 5432 the it should be `postgres://{DOCKER_IP}:5432` in the end of that sentence.
2023-02-10 11:52:52 +00:00
Guillaume Lours 0d02de9a68
update Compose release notes page for v2.16.0 (#16693)
* update Compose release notes page for v2.16.0

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

* Apply suggestions from code review

---------

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-02-10 09:21:06 +00:00
Guillaume Lours 3923985d51
Update Compose reference API to v2.16.0 (#16702)
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Co-authored-by: glours <glours@users.noreply.github.com>
2023-02-10 09:14:54 +00:00
Jens Erat e0a45ff946
fix typo in env-file argument (#16698) 2023-02-09 12:45:58 +00:00
Allie Sadler 8e16fb9373
keywords (#16691) 2023-02-08 14:42:21 +00:00
Allie Sadler d165097c0d
ENGDOCS-1166a (#16641) 2023-01-31 15:27:52 +00:00
Allie Sadler 3a09816b5c
Engdocs 1067a (#16628)
* updated toc

* move env-file.md

* update env-file.md content

* move envvars-precedence.md

* change envvars-precedence content

* move envvars.md

* change content of envvars.md

* move and rename environment-variables.md

* change content for set-environment-variables.md

* fix links

* format fix
2023-01-30 11:27:59 +00:00
siamak-niroomandi 710535d5de
Update gettingstarted.md (#16610)
Changed FLASK_DEBUG: True --> FLASK_DEBUG: "true"
2023-01-27 14:21:06 +00:00
Allie Sadler 1827dc4df3
evolution of compose explainer (#16521)
* evolution of compose

* fix links

* clarify 'History' section

* code review changes
2023-01-20 09:55:00 +00:00
Allie Sadler a1496f40d3
ENGDOCS-1061 (#16450)
* ENGDOCS-1061

* remove legacy content

* Update compose/gpu-support.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-01-10 16:43:15 +00:00
Guillaume Lours e9cbddad67
update Compose release notes for version 2.15.1 (#16472)
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2023-01-09 15:19:02 +00:00
Allie Sadler eaf4387d16
ENGDOCS-1060a (#16467) 2023-01-09 14:12:19 +00:00
Allie Sadler 002759f5be
ENGDOCS-1062 (#16468)
* ENGDOCS-1062

* Update compose/extends.md
2023-01-09 13:35:14 +00:00
Allie Sadler f979ff4405
ENGDOCS-1064 (#16443)
* ENGDOCS-1064

* fix broken links

* fix broken links

* Apply suggestions from code review

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-01-09 13:20:06 +00:00
Allie Sadler 2cad646039
ENGDOCS-1069 (#16436)
* ENGDOCS-1069

* fixes from code review
2023-01-09 13:17:55 +00:00
Allie Sadler d20b9da876
ENGDOCS-1065 (#16445)
* ENGDOCS-1065

* build fix
2023-01-09 12:54:06 +00:00
Sebastiaan van Stijn a7b9985e00
engine: update reference docs (yaml), and fix anchor links
The updated version uses new anchors for flags, so updates are needed
elsewhere to update those anchors.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-01-09 10:29:43 +01:00
Guillaume Lours 883b254f21
update Compose release notes for version 2.15.0 (#16444)
* update Compose release notes for version 2.15.0

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

* Apply suggestions from code review

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-01-09 09:24:28 +00:00
Allie Sadler 8baee04e90
ENGDOCS-1063 (#16446)
* ENGDOCS-1063

* edits
2023-01-05 15:47:56 +00:00
jerae-duffin 651ac1aac2
Merge pull request #16338 from jerae-duffin/ENGDOCS-998
Created an overview for Hub
2022-12-20 13:39:56 -06:00
Guillaume Lours 8ce6566cb0
add release note for Compose 2.14.2 (#16381)
* add release note for Compose 2.14.2

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

* Update compose/release-notes.md

* Update compose/release-notes.md

* Update compose/release-notes.md

* Update compose/release-notes.md

* Update compose/release-notes.md

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-12-20 10:27:04 +00:00
Jerae Duffin 21105dd888 updated toc 2022-12-19 09:39:06 -06:00
Guillaume Lours a92fbf695d
add release note for Compose 2.14.1 (#16367)
* add release note for Compose 2.14.1

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

* Update compose/release-notes.md

* Update compose/release-notes.md

* Update compose/release-notes.md

* Update compose/release-notes.md

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-12-19 15:22:40 +00:00
CrazyMax 46d26811e4
build: move bake under the build section
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-12-12 08:32:11 +01:00
David Carrell 19854f8550
Update index.md 2022-12-07 13:26:05 -06:00
Milas Bowman 01dc5ead30
compose: add v2.14.0 release notes (#16284)
* compose: add v2.14.0 release notes

Adapted from https://github.com/docker/compose/releases/tag/v2.14.0.

* compose: changelog style fixes

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-12-06 15:43:53 +00:00