Commit Graph

1752 Commits

Author SHA1 Message Date
Usha Mandya 669f796938
Merge pull request #14463 from marcopus/patch-1
Update envvars.md
2022-04-08 10:59:23 +01:00
Ulysses Souza 8b6e052eee
Add inline comments section (#14507)
* Add inline comments section

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>

* Update compose/compose-file/compose-file-v3.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-04-06 16:10:06 +01:00
Usha Mandya 2083fbb63c Fix a crossref to the compose file spec page
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-04-05 12:55:33 +01:00
Usha Mandya db82a1844d
Merge pull request #14416 from usha-mandya/engdocs-602
Move Compose file ref to the legacy node
2022-03-31 19:01:56 +01:00
PeterBParker eef12c06a4
Update compose-file-v3.md
corrected duplicate being verb
2022-03-30 11:55:05 -05:00
Usha Mandya 5636e8e678 Fix broken xrefs, curate compose spec overview
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-03-29 14:37:44 +01:00
Usha Mandya fc28f7560a Add build and deploy docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-03-29 12:55:29 +01:00
Marco Marra 43daee99e1
Update envvars.md
Replace underscores with hyphens in container names.
2022-03-29 09:41:08 +02:00
Usha Mandya 1d5af4b2b9 Test: Add Compose spec details to the repo
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-03-21 12:07:21 +00:00
QuantumGhost d0e96b140a
Update compose-file-v3.md
The docs says `deploy` does not work for `docker-compose`, however, the `deploy.resources` do work.

ref: https://sourcegraph.com/github.com/docker/compose@v2/-/blob/pkg/compose/create.go?L511-514
2022-03-01 14:36:42 +08:00
Usha Mandya 0a1c0aebd7
Merge pull request #14022 from Flyingmana/patch-1
add Deprecated warning to --log-level argument
2022-02-25 11:49:26 +00:00
Usha Mandya f4b06da7b4
Merge pull request #14273 from gnumoksha/patch-1
fix(cli-command): handle $DOCKER_CONFIG env var
2022-02-25 11:06:50 +00:00
Usha Mandya 608d1911de
Merge pull request #14299 from ashleyo/patch-1
Update cli-command-compatibility.md
2022-02-24 14:46:43 +00:00
Usha Mandya 3bf0233899
Merge pull request #13958 from andrewsurrey/patch-1
Update networking.md
2022-02-24 14:26:23 +00:00
Ashley Oliver 09d321b014
Update cli-command-compatibility.md
Correct spelling/typos
2022-02-23 15:06:07 +00:00
Tobias Sette 5e58b08078
fix(cli-command): handle $DOCKER_CONFIG env var 2022-02-16 14:34:31 -03:00
jrudel abddcbce76
Move example of symbolic link closer to related text (#14228)
* Move example of symbolic link closer to related text

This is to co-locate the text explaining why a symbolic link might be required with the example of the symbolic link creation. This will make it more clear that the symbolic link example is related to the note immediately above.

* Insert line break prior to example

* Fix indentation of quote block

It now matches the indentation of the instructions code blocks and other quote blocks.
2022-02-11 14:01:16 +00:00
Usha Mandya 8462ac28ee
Merge pull request #14102 from gbtec-markusmeier/patch-1
fix location of compose switch install script
2022-02-11 10:17:47 +00:00
Stefan Scherer bcc2a90f52
Use host port 8000 to avoid conflicts on Monterey
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2022-02-09 13:05:34 +01:00
Kayla Reopelle (she/her) b730e42610
Update ipv6 instructions for 3.x Compose files (#14168)
* Update ipv6 instructions for 3.x Compose files

IPv6 instructions on https://github.com/docker/compose/issues/4958, are compatible with Docker Compose 3.x

* Update code block to use yaml syntax

With @usha-mandya

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

* Update text about using IPv6

By @usha-mandya

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

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-02-04 14:03:19 +00:00
Usha Mandya 66d7458008
Merge pull request #14184 from usha-mandya/compose-install-update
Add a link to Compose 2.0 install on Linux
2022-01-31 09:49:03 +00:00
Usha Mandya 6b72333021 Add a link to Compose 2.0 install on Linux
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-01-28 18:50:17 +00:00
Usha Mandya 87dbb07f2c Update the usage of docker-compose cli commands
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-01-28 12:45:52 +00:00
Usha Mandya 221d7a378f
Merge pull request #14178 from prioritize/patch-1
Update build.md
2022-01-28 16:49:52 +05:30
Jared Leach b6b19516d0
Update build.md
This page has a large number of downvotes and I think it's because the confusion of docker-compose --build and docker-compose build --arg. It definitely confused me and made it appear that the instructions contained did not work.
2022-01-27 13:36:47 -08:00
Usha Mandya 78129fe53a
Revert "incorrect download link" 2022-01-18 18:31:34 +05:30
Markus Meier c06bb70eac
fix location of compose switch install script 2022-01-13 15:07:05 +01:00
Ulysses Souza 9514d190c3 Add migration V1 -> V2 info
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2022-01-11 14:35:05 +01:00
KY-7 f413d25dba
incorrect download link
For example: /download/v2.2.3/ (correct) instead of  /download/2.2.3/ (incorrect)
2022-01-08 14:26:39 +00:00
Daniel Fahlke d8816a5b90
add Deprecated warning to --log-level argument
see https://github.com/docker/compose-cli/issues/1891
2021-12-21 11:05:05 +01:00
Usha Mandya 4211bf5820
Merge pull request #13999 from tomlankhorst/patch-1
Fix `driver_opts` indent
2021-12-17 11:10:09 +00:00
Stefan Scherer a78ebbaab8
Add compose V2 version variable
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-12-17 11:45:21 +01:00
Jim Flattery 0ead2583b5
Make Compose-Switch version dynamic (#13922)
* Make Compose-Switch version dynamic

Fixes https://github.com/docker/docker.github.io/issues/13914

* Update cli-command.md

Fix typo by remove unneeded parenthesis.

* Updating to the latest version

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-12-17 10:39:27 +00:00
Tom Lankhorst 52cde9ff94
Fix `driver_opts` indent 2021-12-17 07:44:42 +01:00
Andrew eeaada23f5
Update networking.md 2021-12-11 01:16:33 +00:00
Benson Muite 1e942679ff
Indicate extends can be used again (#13695)
* Indicate extends can be used again

https://github.com/docker/compose/pull/7588

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-11-26 15:11:47 +00:00
Max Juchheim 93fe0d15dd
take "+ tab" out of the monospaced codeword (#13730)
* take "+ tab" out of the monospaced codeword

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-11-19 12:49:44 +00:00
Sebastiaan van Stijn 4a3d70921e
Merge pull request #13753 from Ap0them/patch-1
Update install.md
2021-11-11 15:54:29 +01:00
Sebastiaan van Stijn 9f081ba55c
Merge pull request #13745 from TheDarkTron/patch-1
Added space to fix layout
2021-11-11 15:02:29 +01:00
ndrwrbgs dcb6e1ca89
s/an Docker/a Docker/ 2021-10-29 14:26:37 -07:00
Ap0them 9be494d3c7
Update install.md 2021-10-28 22:11:04 -06:00
TheDarkTron 150b6dff04
Added space to fix layout 2021-10-28 12:48:59 +02:00
Usha Mandya c5f38d8b3b Add the next set of CTAs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-10-15 18:06:39 +01:00
Dan Bamikiya f08b041774
Set correct Compose version in Linux installation guide 2021-10-11 17:22:28 +01:00
Usha Mandya 4ff155699b
Merge pull request #13549 from KeithScheiwiller/update-dockerize-repo
#13548 Update Dockerize repo URL from jwilder/dockerize->powerman/dockerize
2021-10-08 10:40:35 +01:00
Usha Mandya b50aee5bd1 Add CTA to the Docker Compose install page
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-10-07 11:22:26 +01:00
Mathieu Champlon c13993f724
Fix Linux Compose install instructions
See https://github.com/docker/compose/issues/8758
2021-10-06 13:39:31 +02:00
Jenny Wu d96b8f559c
Modify With oh-my-zsh shell part (#13556)
* Modify With oh-my-zsh shell part

Tell user how to open the file and test whether it is successful.

* Update completion.md

Remove references to specific editors

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-10-04 16:19:32 +01:00
Mathieu Champlon 84e1577426
Fix version invocation for v2 2021-10-04 06:41:02 +02:00
Usha Mandya 567a4e27ed Remove refs to Desktop 4.1
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-29 14:22:22 +01:00