Commit Graph

1645 Commits

Author SHA1 Message Date
Usha Mandya 55b4fb8f37 Remove Compose file v1 ref docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-15 19:15:17 +00:00
Ulysses Souza 13a616b29a Update project directory precedence
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-03-10 11:15:40 -03:00
Usha Mandya 63c0c825c4
Merge pull request #12467 from usha-mandya/compose-update-patch
Minor wording update
2021-03-09 14:50:42 +00:00
Usha Mandya 7c23883e19 Update desktop version number
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-09 14:46:50 +00:00
Usha Mandya f839daebff
Merge pull request #12456 from JoshuaSchlichting/patch-1
Fixed networking.md malformed whitespace
2021-03-09 14:39:05 +00:00
Usha Mandya 2355e7f32c
Merge pull request #12458 from StefanScherer/fix-django-ps-command
Django: Use docker ps to be in sync with the sample output
2021-03-09 14:30:52 +00:00
Usha Mandya c3bc63edf1 Minor wording update
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-09 13:59:05 +00:00
Guillaume Tardif fd6a291c0b
Compose command doc (#12433)
* Compose in Docker CLI overview

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Add compatibility list page for compose command

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Apply suggestions from Usha

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

* Apply suggestions from Usha

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

* Latest update on compatibility list

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Add install instructions

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Suggestions by Marina

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Subsection for compose CLI Tech Preview

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-03-09 10:59:03 +00:00
Stefan Scherer 8d2f2b639f
Django: Use docker ps to be in sync with the sample output
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-08 12:51:02 +01:00
Joshua Schlichting 11608ecb55
Fixed networking.md malformed whitespace
Adjusted what appeared to be malformed yaml whitespace in the 'Specify custom networks' section
2021-03-07 10:31:58 -05:00
Simon 5e78271505
TASK: Add codeblocks to code examples
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-04 12:06:54 +01:00
Guillaume Tardif 5d4a84d638
Compose minor improvements (#12426)
* remove duplicate compose release notes in TOC

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Add link to awesome compose samples

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Minor style update

* Fix a typo

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-03-02 17:01:51 +00:00
Anca Iordache cb2e2e6986
Update release notes for docker-compose 1.28.5 (#12401)
* Update release notes  for docker-compose 1.28.5

Signed-off-by: aiordache <anca.iordache@docker.com>

* Minor style updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-02-26 18:23:33 +00:00
Usha Mandya 99fd84490c
Merge pull request #12326 from rfay/patch-1
Show the 3-part port syntax more clearly
2021-02-19 12:23:00 +00:00
Usha Mandya e4d16ed579
Fixed heading 2021-02-19 09:41:35 +00:00
aiordache df16fac8ab Release notes updates for docker-compose 1.28.4
Signed-off-by: aiordache <anca.iordache@docker.com>
2021-02-19 10:03:27 +01:00
Anca Iordache 1caceda0fe
Release notes update for docker-compose 1.28.3 (#12349)
* Release notes update for docker-compose 1.28.3

Signed-off-by: aiordache <anca.iordache@docker.com>

* Minor style updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-02-18 10:55:28 +00:00
Usha Mandya 2d47fdfa53
Merge pull request #12334 from ulyssessouza/pip-deps-update
Update dependencies on install
2021-02-16 10:41:07 +00:00
Usha Mandya 0e8576d5c0
Updated the link to use relative path 2021-02-16 10:24:11 +00:00
Chris Crone c6b0f82cb7 compose.gpu: Fix prerequisites link
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2021-02-16 11:00:19 +01:00
Ulysses Souza ad4f02e066 Update dependencies on install
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-02-15 12:40:55 -03:00
Randy Fay 5b2b270b3b
Show the 3-part port syntax more clearly
The 3-part (IP:HOSTPORT:CONTAINERPORT) syntax in `ports` has been there a long time, but isn't adequately described here.
2021-02-13 06:08:43 -07:00
Sebastiaan van Stijn 3e9b407952
Fix broken link in compose-file docs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-02-12 19:46:37 +01:00
Anca Iordache 008dfe496d
Document GPU support in Docker Compose (#12315)
* Document GPU support in Docker Compose

Signed-off-by: aiordache <anca.iordache@docker.com>

* Update the note format

Added target=blank to enable external links to open in a new tab.

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-02-12 17:18:00 +00:00
Usha Mandya 6c15e5466f Add note on Compose file v1 deprecation
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-12 11:05:37 +00:00
Ulysses Souza 40af359350 Update pip install requirements
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-02-08 12:55:24 -03:00
Usha Mandya 4b176c5cfc Fix Compose install tab display issue
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-04 16:33:47 +00:00
Roman Anasal 6c64eeca65 Fix long line wrapping on Compose service profiles page 2021-01-27 14:47:40 +01:00
Roman Anasal 927ea24b04 Fix broken link in Compose service profiles page
broken by unclean rebase of
ca88315234
2021-01-27 14:40:54 +01:00
Usha Mandya 1094a1accd
Merge pull request #12186 from ulyssessouza/bump-compose-1.28.2
Bump compose 1.28.2
2021-01-27 10:32:50 +00:00
Usha Mandya 53916c3920
Updated the section to bug fixes 2021-01-27 10:29:10 +00:00
Ulysses Souza fe49f123a0 Bump compose 1.28.2
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-01-26 17:23:54 -03:00
Roman Anasal ca88315234 Add documentation for Compose service profiles
Adds docs for the new service profiles feature introduced
in docker/compose#7930

Co-authored-by: Chris Crone <christopher.crone@docker.com>
2021-01-25 14:42:20 +01:00
Roman Anasal 8971beb327 Fix alphabetical order of Compose env variables list 2021-01-25 14:38:21 +01:00
Usha Mandya 7cda3c8fc6
Merge pull request #12142 from ndeloof/dotEnv
clarification on .env file lookup vs project-directory
2021-01-20 18:34:12 +00:00
Usha Mandya 79ef26b640
Minor update 2021-01-20 18:32:44 +00:00
Usha Mandya 6ffd74e772
Merge pull request #12135 from aiordache/compose_bump
Bump docker-compose to 1.28.0
2021-01-20 18:31:18 +00:00
aiordache 1db41e6667 apply suggested fixes
Signed-off-by: aiordache <anca.iordache@docker.com>
2021-01-20 18:41:05 +01:00
Nicolas De Loof 7c8c667165
clarification on .env file lookup vs project-directory
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-01-20 17:20:14 +01:00
Usha Mandya 8489de14df
Merge pull request #11858 from thaJeztah/compose_native_build
Compose: add documentation on enabling/disabling native build
2021-01-20 15:46:35 +00:00
aiordache 706f1c7e08 Bump docker-compose to 1.28.0
Signed-off-by: aiordache <anca.iordache@docker.com>
2021-01-20 11:26:55 +01:00
Simon e1680e14be
Add new Docker Compose Example Screenshots (#12012)
* TASK: Remove Old Screenshots

* TASK: Add New Screenshots

* TASK: Delete quick-hello-world-3.png

* TASK: Add new quick-hello-world-3.png screenshot

* TASK: Delete Screenshots

* TASK: Add new Screenshots
2021-01-18 15:21:46 +00:00
Usha Mandya 72f7f2481c
Merge pull request #12029 from git-developer/patch-1
fix: update name of config option `network_mode`
2021-01-08 14:32:51 +00:00
Sebastiaan van Stijn 3a794b3197
(temporarily) replace compose-file deep links to v3 docs
The documentation curently doesn't contain reference docs for the
unified (version-less) compose-file syntax, so for now replacing
all links to point to the v3 compose-file reference, which is still
present.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-07 14:21:37 +01:00
Brennan Kinney 12cf9156fd
[fix]: Fix links to Compose File v3 reference [Docs: docker-compose restart] (#12026)
* Fix links to Compose File v3 reference

No longer `compose-file/index.md`, but `compose-file/compose-file-v3.md`.

* Update compose/reference/restart.md

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-01-06 14:51:45 +01:00
Sebastiaan van Stijn c02693a1fb
Merge pull request #11943 from woidda/patch-1
Update gettingstarted.md
2021-01-05 13:09:22 +01:00
Christian 2ff837ea7c
fix: update name of config option `network_mode` 2021-01-03 09:29:25 +01:00
Alexander Pushkov 73fcf32f7c
Fix heading level 2020-12-29 00:02:15 +03:00
Tim McNamara 296a30ff26
Remove install.md as a place to go next
Removes a self-link from a "Where to go next" section.
2020-12-24 10:55:43 +13:00
Dr. Walter Kammergruber 50bccc3b01
Update gettingstarted.md
updating `docker-compose ps` output. Seems to be outdated
2020-12-19 20:16:24 +01:00