Commit Graph

34 Commits

Author SHA1 Message Date
David Karlsson 49f14f795c chore: update contribution guidelines
Moves most of the contribution guidelines to the well-known
CONTRIBUTING.md file

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-01 14:14:56 +01:00
Guillaume Lours 3317ce14d1
bump compose version to v2.23.3 and add release notes (#18769)
* bump compose version to v2.23.3 and add release notes

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-11-23 13:03:36 +00:00
Victor Valle 6dce82c3af
fix(healthcheck): extend start_period to 2m to clarify initialization grace period
Revised the start_period in the Docker healthcheck example to 2 minutes, to avoid confusion about the property's role. This change highlights the intended use of start_period as a grace period for container initialization. By setting start_period to a duration longer than the interval (1 minute and 30 seconds), it becomes clearer that health check failures during this initial period will not count towards the retries limit.
2023-11-21 06:01:03 -08:00
Stephanie Aurelio 1b989d7e57
Tier 1 freshness updates for security and faqs part one (#18718)
* freshness updates

* fix typo

* Implement feedback

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

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-11-20 09:09:52 -08:00
Nicolas De loof a0d3a4e4fa
bump compose to v2.23.1 (#18695)
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2023-11-16 08:59:44 +00:00
David Karlsson 1fdb2e77d4 fix: broken glob path for lint job
Linting was only running on a subset of our Markdown files in `content`.
This change fixes the glob path, and adds appropriate exclude paths.
Because the glob pattern was incorrect before, we had lots of files that
didn't comply with the linting rules. This commit also fixes those
issues.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-11-04 10:50:02 +01:00
David Karlsson c5e0b995c5 chore: add missing language tags for code blocks
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-11-01 10:52:00 +01:00
Allie Sadler ebf14248be
ENGDOCS-1743 (#18501)
* ENGDOCS-1743

* fix
2023-10-24 10:52:17 +01:00
Vlad GURDIGA 50b68b6e08
Fix typo in networking.md (#18498) 2023-10-24 08:39:50 +01:00
Stephen Corya f54b50a206
Remove capabilities message about swarm mode (#18430)
Co-authored-by: Stephen Corya <stephen@corya.net>
2023-10-20 10:27:43 +01:00
Allie Sadler a5ce36a042
ENGDOCS-1733 (#18457)
* ENGDOCS-1733

* 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-10-19 10:44:49 +01:00
Guillaume Lours 743730eff1
Watch sync and restart action (#18463)
* add sync+restart definition to watch documentation

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

* align watch path, relative to project dir and not build context, with specification definition

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

* add prerequistes for compose watch feature

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

* Update content/compose/file-watch.md

---------

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-10-19 09:01:03 +01:00
Guillaume Lours 0aee3ebe1d
add release notes for Compose 2.23.0 (#18462)
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2023-10-19 08:59:44 +01:00
Allie Sadler ec804204dc
ENGDOCS-1716 (#18385)
* ENGDOCS-1716

* tweak
2023-10-18 17:01:29 +01:00
Allie Sadler fe1485e2e6
Engdocs 1704 (#18360)
* intro paragraph

* add diagram and edit content

* tweaks

* fix link

* bolder image
2023-10-13 12:22:34 +01:00
RafaelWO 6e199de3af
Update "Ways to set environment variables in Compose" (#17313)
* Update "Ways to set environment variables in Compose"

Add information about setting variables explicitly to get a warning from Compose if variables are not set

* Fix link to interpolation docs
2023-10-09 11:30:03 +01:00
James Cote e86716e05e
Update profiles.md (#18376)
Should say start "dev" profile rather than "db" profile explicitly.
2023-10-09 10:02:51 +01:00
Allie Sadler 5feff7c5d0
ENGDOCS-1710 (#18365)
* ENGDOCS-1710

* fix toc
2023-10-05 11:19:55 +01:00
IgorSamurovic e4fe643057
Removed output from console text (#18296)
When someone is copying everything in the console section in this instance, they are also copying the output. This is unnecessary and potentially confusing.
2023-09-27 09:17:07 +01:00
Allie Sadler 0352b908f5
ENGDOCS-1684 (#18282)
Co-authored-by: Allie Sadler <alliesadler@f693mt7fh6.home>
2023-09-26 13:27:55 +01:00
Guillaume Lours 91d021c6bd
update release notes for compose version v2.22.0 (#18252)
* update release notes for compose version v2.22.0

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

* compose v2.22.0 release notes - apply code review feedbacks

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Minor style updates

---------

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2023-09-22 15:11:32 +01:00
Guillaume Lours da30c8fc73
update compose file-watch page to reflect passage to GA. (#18255)
* update compose file-watch page to reflect passage to GA.

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

* Update content/compose/file-watch.md

---------

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2023-09-22 15:11:09 +01:00
Samy Rabih 69e3258ce7
Fix malformed links (#18137)
Some links were using bad syntax
2023-09-08 09:11:25 -07:00
David Karlsson bf9b3dd01c engine: simplify apt-based installation for ubuntu
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-09-04 17:56:24 +02:00
David Karlsson 7b7ec5b1e8 engine: simplify apt-based installation for rpi
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-09-04 17:56:24 +02:00
David Karlsson 63e55f32c9 engine: simplify apt-based installation for debian
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-09-04 17:56:24 +02:00
Guillaume Lours f3bffde0d1
add note about changes of compose ps --json format in Compose release notes 2.21.0 (#18088)
* add note about changes of compose ps --json format in Compose release notes 2.21.0

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

* Update content/compose/release-notes.md

* Update content/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>
2023-09-01 10:30:47 +01:00
Milas Bowman 76da5f2740
compose: add release notes for v2.21.0 (#18082)
https://github.com/docker/compose/releases/tag/v2.21.0

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2023-08-31 15:08:46 +01:00
Bracaval Elias 5996f705f6
Fixing Note callout style and imported file (#18076)
* fixing Note style

* fixing page import typo
2023-08-31 09:02:12 +01:00
Bracaval Elias e571bf9227
replace html accordion by UI Element to fix the compose file example (#18075) 2023-08-31 09:01:31 +01:00
Allie Sadler fbb264b980
add another watch example (#18067)
Co-authored-by: Allie Sadler <alliesadler@f693mt7fh6.home>
2023-08-30 14:36:54 +01:00
Allie Sadler 639939ac5a
icon consistency (#18030)
* icon consistency

* icon inventory

---------

Co-authored-by: Allie Sadler <alliesadler@f693mt7fh6.home>
2023-08-30 08:46:06 +01:00
David Karlsson 15e9e1e694 hugo: run migration script
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-22 09:42:25 +02:00
David Karlsson a0d21ade2f migrate to hugo
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-22 09:41:02 +02:00