Commit Graph

55280 Commits

Author SHA1 Message Date
Sebastiaan van Stijn eb1b874e60
Add redirect for "Runtime metrics"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-05 15:57:57 +01:00
Sebastiaan van Stijn ad03c62012
Merge pull request #11936 from yaleman/yaleman-toc-1
Fix spelling error in TOC
2021-01-05 14:40:40 +01:00
Sebastiaan van Stijn 2666a4892c
Merge pull request #11977 from cclauss/patch-1
print() is a function in Python 3
2021-01-05 14:39:48 +01:00
Sebastiaan van Stijn 6e02fc209a
Merge pull request #11989 from akhileshagarwal/patch-1
Update develop.md
2021-01-05 14:39:09 +01:00
Sebastiaan van Stijn 76113561ef
Merge pull request #12042 from thaJeztah/19.03.14_release_notes
engine: add missing release notes for 19.03.14
2021-01-05 14:24:48 +01:00
Sebastiaan van Stijn 639a9d767d
Merge pull request #11994 from sudo-bmitch/pr-fix-11963
Fixing broken link to D4W/networking.md
2021-01-05 13:28:30 +01:00
Arth bf7d125f0e
Update index.md (#11984)
Fix rendering of YouTube embed

Liz Rice Iframe was being rendered as code. Updated it to iframe.
2021-01-05 13:26:16 +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
Sebastiaan van Stijn fbad753973
Merge pull request #11980 from desmond-silveira/patch-1
Fix formatting of text and code blocks.
2021-01-05 13:04:58 +01:00
Sebastiaan van Stijn 26701292e6
Merge pull request #11988 from viktor02/patch-1
Fixed duplicate image in the minecraft tutorial
2021-01-05 12:58:26 +01:00
Sebastiaan van Stijn f815d3c762
Merge pull request #12007 from notpushkin/patch-1
Fix heading level in compose/completion.md
2021-01-05 12:57:23 +01:00
Sebastiaan van Stijn c22eff4998
Merge pull request #12011 from JYBian/patch-3
Update 08_using_compose.md
2021-01-05 12:56:11 +01:00
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 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
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