Commit Graph

55422 Commits

Author SHA1 Message Date
Sebastiaan van Stijn 27d4a85b1b
Merge pull request #12038 from sgpinkus/patch-1
Update swarm-deploy.md
2021-01-05 12:54:26 +01:00
Sebastiaan van Stijn 3301f89fc3
Replace some getting-started links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-05 12:49:25 +01:00
Sebastiaan van Stijn d11ce5aa69
Merge pull request #11960 from sudo-bmitch/pr-fix-11955
Fixing broken get-started links
2021-01-05 12:38:07 +01:00
Sebastiaan van Stijn de85d25c91
Merge pull request #11947 from GuillaumeOj/fix-docker-compose
Remove hl_lines in Get-started > Docker compose
2021-01-05 12:12:29 +01:00
Sebastiaan van Stijn 41a630c83b
Merge pull request #12036 from StefanScherer/fix-2501-link
Fix download link for 2.5.0.1
2021-01-05 12:08:29 +01:00
Sebastiaan van Stijn d595bb30f3
Merge pull request #12040 from wesleyacheng/master
Missing Code Block in Getting Started Part 7
2021-01-05 12:07:29 +01:00
Sebastiaan van Stijn 54744c8564
engine: add missing release notes for 19.03.14
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-05 11:50:24 +01:00
Sebastiaan van Stijn e4ecf664d5
Merge pull request #11865 from gtardif/compose-cli-docs
Compose cli reference docs
2021-01-05 11:25:06 +01:00
Sebastiaan van Stijn 4b65d88251
Merge pull request #12039 from tiborvass/release_notes_engine_20.10.2
Add engine 20.10.2 release notes
2021-01-05 11:11:50 +01:00
Wesley A. Cheng 7d19887bfd
Merge pull request #1 from wesleyacheng/wesleyacheng-missing-code-block
Missing code block in documentation
2021-01-05 01:41:51 -08:00
Wesley A. Cheng 23619941cf
Missing code block in documentation 2021-01-05 01:34:47 -08:00
Tibor Vass c3637fd0e6 Add engine 20.10.2 release notes
Signed-off-by: Tibor Vass <tibor@docker.com>
2021-01-05 09:04:20 +00:00
sgpinkus f69a6c6ae8
Update swarm-deploy.md
Add a link to (what appears to be) the root of the "swarm mode" documentation.
2021-01-05 17:02:24 +11:00
Guillaume Tardif cd5bc70940 Include ACI/ECS reference docs from compose-cli and make them easier to find for docker users
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2021-01-04 16:16:12 +01:00
Stefan Scherer 785e79b930
Fix download link for 2.5.0.1
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-01-04 10:51:48 +01:00
Sebastiaan van Stijn b85822dd9c
Merge pull request #11959 from sudo-bmitch/pr-fix-11935
Fixing compose v3 navigation menu
2021-01-04 10:48:19 +01:00
Christian 2ff837ea7c
fix: update name of config option `network_mode` 2021-01-03 09:29:25 +01:00
Junyu Bian 8dc683bb21
Update 08_using_compose.md
make the warning formatting clearer
2020-12-29 19:46:52 +08:00
Alexander Pushkov 73fcf32f7c
Fix heading level 2020-12-29 00:02:15 +03:00
Brandon Mitchell 6969d0c34b Fixing broken link to D4W/networking.md
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2020-12-27 15:10:12 -05:00
Akhilesh Agarwal 3420e0bce0
Update develop.md
In docker-compose.dev.yml, DATABASE_CONNECTIONSTRING is used as a database URL whereas, in the code, CONNECTIONSTRING is being used. Hence, updating the string in docker-compose.dev.yml file.
2020-12-26 21:50:57 +01:00
Viktor Karpov 648ce6d318
Fixed duplicate image in the minecraft tutorial
The image of the minecraft start window from the first point is duplicated in the second point after "Click the “Add Server” button"
2020-12-26 22:07:43 +03:00
Desmond Silveira e5b4fbed69
Fix formatting of text and code blocks. 2020-12-24 13:19:55 -08:00
Christian Clauss 1878deaf57
print() is a function in Python 3
Python 2 died on 1/1/2020 and legacy print statements are syntax errors in all currently supported versions of CPython.
2020-12-24 13:34:12 +01:00
Tibor Vass 3e06ed6791
Merge pull request #11874 from developer-guy/patch-1
Fix trust_delegation.md for target role
2020-12-24 00:07:14 -08:00
Sebastiaan van Stijn 6540e7c7c7
Merge pull request #11973 from timClicks/patch-1
Remove install.md as a place to go next from install.md
2020-12-23 23:12:00 +01: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
Brandon Mitchell 2775bcfb1f Fixing broken get-started links
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2020-12-21 14:35:57 -05:00
Brandon Mitchell d0e4e71e9d Fixing compose v3 navigation menu
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2020-12-21 14:06:12 -05:00
Guillaume ed58f5f7df Remove hl_lines in Get-started > Docker compose 2020-12-20 12:30:08 +01: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
James Hodgkinson 0068131f5e
Fix spelling error in TOC 2020-12-19 11:20:33 +10:00
Usha Mandya 4a8f654e49
Merge pull request #11929 from docker/stephen-turner-patch-1
Add more filesharing tips
2020-12-18 17:47:01 +00:00
Emmanuel Briney 814c8ba23d
Docker desktop mac 3.0.2 release notes (#11931)
* docker desktop mac 3.0.2 release notes

* Update docker-for-mac/release-notes.md

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

* update 3.0.1 download url

* Update docker-for-mac/release-notes.md

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

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-12-18 17:46:35 +00:00
Usha Mandya f23d98e583
Merge pull request #11933 from usha-mandya/get-started-vid-patch
Add DockerCon get started video
2020-12-18 17:38:08 +00:00
Usha Mandya 4339d5923d Add a DockerCon get started video
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-12-18 17:32:34 +00:00
Usha Mandya d5f4338447
Merge pull request #11837 from cclauss/document-failed-to-find-a-Stack-API-version
Describe failed to find a Stack API version errors
2020-12-18 17:21:25 +00:00
Stefan Scherer d0ada682cc
Merge pull request #11770 from StefanScherer/fix-nodejs
Add missing chapter to nodejs example
2020-12-18 17:51:48 +01:00
Stefan Scherer 0e2db256f8
Update get-started/nodejs/develop.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-12-18 17:27:50 +01:00
Stefan Scherer b923b23cda
Update get-started/nodejs/develop.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-12-18 17:27:23 +01:00
Stefan Scherer f555a16653
Update get-started/nodejs/develop.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-12-18 17:27:16 +01:00
Stefan Scherer db293a4325
Update get-started/nodejs/develop.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-12-18 17:27:06 +01:00
Usha Mandya 2c8b4601fe
Merge pull request #11838 from nebuk89/master
Adding general docker getting started to docs
2020-12-18 13:12:19 +00:00
Stephen Turner da56259e89
Add new filesharing tip on Windows too 2020-12-18 10:55:06 +00:00
Stephen Turner d6cc8a1d2c
Add more filesharing tips 2020-12-18 10:51:15 +00:00
Ben De St Paer-Gotch 23dfb9c9f7 Fixing various typos 2020-12-18 10:41:28 +00:00
Stefan Scherer 066b260d7b
Add missing chapter to nodejs example
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-12-18 10:54:17 +01:00
Usha Mandya 9295dcb94a
Merge pull request #11744 from aiordache/update_compose_docs
Reference compose spec in compose file formats
2020-12-18 09:45:45 +00:00
Usha Mandya 6cc11ab2dd
Merge pull request #11923 from usha-mandya/desktop-m1-tech-preview
Add tech preview docs for Apple M1
2020-12-17 15:26:03 +00:00
Usha Mandya ff13d70b9f Add tech preview docs for Apple M1
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-12-17 14:22:24 +00:00