Commit Graph

54896 Commits

Author SHA1 Message Date
Thomas Shaw 945339fdcc
Small typo 2020-09-03 16:30:59 +01:00
Usha Mandya 1c8cdff1e4 Fix extra space in Compose file ref 2020-09-03 15:19:55 +01:00
Usha Mandya 4e330a39df
Merge pull request #11314 from gtardif/aci_volumes_doc
Documentation on ACI volume support
2020-09-03 09:28:43 +01:00
Usha Mandya aec06e63c9
Merge pull request #11315 from gtardif/aci_sp_login
Document ACI Service Provider login
2020-09-03 09:23:18 +01:00
Usha Mandya ec916a6b1c
Minor style updates 2020-09-03 09:22:45 +01:00
Usha Mandya 06bef825b8
Minor style updates 2020-09-03 09:12:47 +01:00
Usha Mandya 5506a754b2
Merge pull request #11324 from SQLvariant/patch-1
Update wsl.md
2020-09-02 17:31:12 +01:00
Usha Mandya ad09582725
Merge pull request #11328 from usha-mandya/mutagen-removal-patch
Remove Mutagen doc
2020-09-02 17:20:04 +01:00
Usha Mandya 2902390305 Remove Mutagen doc 2020-09-02 15:17:25 +01:00
Usha Mandya e824de3c98
Merge pull request #11300 from wbadart/patch-1
Add missing image to `docker run` GPU example command
2020-09-02 14:19:06 +01:00
Usha Mandya e482b1f754
Merge pull request #11306 from allir/patch-2
Update example to use newer Ubuntu LTS
2020-09-02 14:18:14 +01:00
Usha Mandya 06e8f33679
Merge pull request #11312 from AbuShelbayeh/patch-1
Fix [Ruby on Rails app on Docker lab] link
2020-09-02 14:16:02 +01:00
Usha Mandya 785216d717
Merge pull request #11316 from karl-johan-grahn/placement_prefs
Make image order clear
2020-09-02 14:08:51 +01:00
Usha Mandya b8a9d8cfa1
Update the WSL commands
Added .exe within the WSL commands to ensure the commands work in any WSL distro
2020-09-02 14:06:30 +01:00
Usha Mandya 4ed58d9786
Merge pull request #11317 from scjane/patch-137
Update overview.md
2020-09-02 10:43:48 +01:00
Usha Mandya a708d0bd85
Merge pull request #11318 from scjane/patch-138
Update get-started.md
2020-09-02 10:37:00 +01:00
Usha Mandya be249ebdd3
Merge pull request #11322 from gtardif/ecs_plugin_doc
Removed references to ecs command, replaced by classic docker commands executed within the ecs context
2020-09-02 10:36:42 +01:00
Usha Mandya 71b727e8c7
Merge pull request #11323 from usha-mandya/desktop-3021
Add docs for vulnerability scanning
2020-09-01 18:32:21 +01:00
Mathieu Champlon dad8dad120
Update Docker Desktop release notes for Edge 2.3.6.0 (#11320)
* Update Docker Desktop release notes for Edge 2.3.6.0

* Update the download URL

* Update the download URL (Win)

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-09-01 18:10:33 +01:00
Usha Mandya eb44071863 Add docs for vulnerability scanning 2020-09-01 16:31:48 +01:00
Aaron Nelson a29d60f9a5
Update wsl.md
Trying to clarify for the user that they should run the `wsl -l -v` command on Windows, not within the Linux distro.
2020-09-01 11:21:49 -04:00
Guillaume Tardif ed7d38ed67 Removed references to ecs command, replaced by classic docker commands executed pithing the ecs context
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-09-01 14:53:26 +02:00
Wang Jie 12f33e8adb
Update get-started.md 2020-09-01 11:48:29 +08:00
Wang Jie b73908e916
Update overview.md 2020-09-01 11:24:37 +08:00
Karl-Johan Grahn 9a9180ac7c Make image order clear 2020-08-31 14:05:56 +02:00
Guillaume Tardif 2352151246 Document ACI Service Provider login
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-31 12:18:05 +02:00
Guillaume Tardif 3753d4cdc7 First doc on ACI volume support
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-31 12:05:19 +02:00
Usha Mandya c5d524a154
Merge pull request #11310 from allir/patch-3
Fix typo in ecs-intetration
2020-08-30 13:15:44 +01:00
Saleem Abu Shelbayeh 5108496f84
Fix [Ruby on Rails app on Docker lab] link
Added the word "lap" inside the link tag.
2020-08-30 11:42:32 +03:00
Aðalsteinn Rúnarsson 08a13fcf6f
Fix typo in ecs-intetration
Fix typo.

Closes #11307
2020-08-29 12:20:25 +00:00
Aðalsteinn Rúnarsson a30853c08a
Update example to use newer Ubuntu LTS
Fixes #11252 

I've tested running the Dockerfile with the updated ubuntu LTS (20.04) and the example still works.
2020-08-28 14:36:15 +00:00
Sebastiaan van Stijn 270087d9ad
Merge pull request #11304 from allir/patch-1
Change wording for setting capabilities lists
2020-08-27 17:18:46 +02:00
Aðalsteinn Rúnarsson 51cf315c4e
Change wording for setting capabilities lists
Update the wording for allow/deny approach for setting capabilities.
2020-08-27 15:07:46 +00:00
David Scott c9f8d88959
Improve Toolbox to Desktop migration (#11297)
* Improve Toolbox to Desktop migration

Previously we recommended converting the disk at the block level.
This is a bit risky as any on-disk format change could prevent it
from working.

It's safer to explicitly `docker commit`, then `docker save` and
`docker load` containers and images.

Signed-off-by: David Scott <dave.scott@docker.com>

* Minor style updates

* Minor style updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-08-27 10:54:02 +01:00
Will Badart 344cb8985d
Add missing image to `docker run` GPU example command 2020-08-26 21:12:31 -06:00
Usha Mandya 9df2ab4aaf
Merge pull request #11287 from DavidTheProgrammer/patch-1
Added documentation for docker-compose --env-file option to compose/environment-variables.md
2020-08-26 16:43:48 +01:00
Usha Mandya ad5bd1a13c
Merge pull request #11204 from melaniemkwon/patch-1
Update quickstart Django example
2020-08-26 13:48:41 +01:00
Usha Mandya 7d9d5f3aac
Minor style updates 2020-08-26 13:40:21 +01:00
Usha Mandya c54d5bc5ed
Merge pull request #11296 from zachvalenta/fmt-compose-var-sub
add code formatting for compose-var-sub
2020-08-26 13:37:36 +01:00
Usha Mandya be5688b2d2
Merge pull request #11092 from jasonsychau/patch-1
Proposition in startup-order.md
2020-08-26 09:37:00 +01:00
Usha Mandya 5212815435
Merge pull request #11295 from usha-mandya/ecs-beta-patch
Remove extra space in the compose command
2020-08-26 01:10:53 +01:00
zachvalenta 54af1d319d add code formatting for compose-var-sub 2020-08-25 17:09:57 -04:00
Usha Mandya 46a8b196f6 Remove extra space in the compose command 2020-08-25 18:58:04 +01:00
Nicolas De loof 460a832342
update ECS docs for beta.5 (#11267)
* update ECS docs for beta.5

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

* ECS integration isn't a CLI plugin anymore

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

* Proofread updates

Made some minor style/edit updates and wrapped content

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-08-25 16:46:32 +01:00
Usha Mandya 43112b2917
Merge pull request #11288 from simonferquel/desktop-win-edge-2.3.5.1
Prepare Docker Desktop Edge 2.3.5.1 patch release
2020-08-25 16:25:53 +01:00
Simon Ferquel 34237a1c46 Prepare Docker Desktop Edge 2.3.5.1 patch release
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
2020-08-25 17:16:17 +02:00
Sebastiaan van Stijn bdf0fe3dc9
Merge pull request #11290 from usha-mandya/side-nav-patch
Remove the background color of the mini toc
2020-08-25 16:16:22 +02:00
Usha Mandya 76a2be34db Remove the background color of the mini toc 2020-08-25 14:45:43 +01:00
Usha Mandya bd8df7b836
Merge pull request #11241 from kenyon/patch-1
btrfs-driver.md: remove unneeded use of sudo and cat
2020-08-25 14:19:37 +01:00
Usha Mandya 1890610f68
Merge pull request #11270 from gnowland/patch-1
TYPO: "daemon reload" should be "daemon-reload"
2020-08-25 14:13:13 +01:00