Commit Graph

59061 Commits

Author SHA1 Message Date
Dockertopia 363e46c746
Merge pull request #15492 from bsousaa/add-container-page
Add Containerd Image Store beta feature documentation page
2022-09-01 14:57:08 +01:00
Milas Bowman 3518db454f compose: merge latest spec changes
* tmpfs.mode: https://github.com/compose-spec/compose-spec/pull/252
* build.tags: https://github.com/compose-spec/compose-spec/pull/255
* env var secrets: https://github.com/compose-spec/compose-spec/pull/257
* build.platforms: https://github.com/compose-spec/compose-spec/pull/267

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2022-09-01 09:55:24 -04:00
Dockertopia 779ac7a157
Update desktop/containerd/index.md
Editorial review

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-09-01 11:40:57 +01:00
Bruno Sousa 7175f2025e Delete how-to page
Signed-off-by: Bruno Sousa <bruno.sousa@docker.com>
2022-09-01 09:48:39 +01:00
Bruno Sousa 651e6d8db9
Update desktop/containerd/index.md
Co-authored-by: Dockertopia <103652162+dockertopia@users.noreply.github.com>
2022-09-01 09:45:06 +01:00
Guillaume Lours 22dedc8140
prepare the update of compose release notes for version from 2.10.0 to 2.10.2
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2022-09-01 10:23:01 +02:00
jerae-duffin 0cba5cac66
Merge pull request #15483 from aiordache/ddl_registry
Registry access management setup for DDL
2022-08-31 16:15:02 -05:00
jerae-duffin fd8fa8782f
Update _includes/configure-registry-json.md 2022-08-31 16:05:56 -05:00
Jerae Duffin 3a95d3bb99 Updated attributes note 2022-08-31 14:19:11 -05:00
Bruno Sousa 005315f956
Merge pull request #1 from dockertopia/bsousaa/add-containerd-page
Containerd image store beta feature - review
2022-08-31 19:40:56 +01:00
dockertopia 4885cf4aee Containerd image store beta feature - review 2022-08-31 17:46:44 +01:00
jerae-duffin 7cdab60dfb
Merge pull request #15518 from jerae-duffin/ENGDOCS-946
Updated Hub release notes
2022-08-31 10:36:36 -05:00
Gabriela Georgieva 9e193c06a8
Update information about binding privileged ports on Mac without vmnetd (#15529) 2022-08-31 13:07:12 +01:00
CrazyMax 9265127e2c
Merge pull request #15525 from crazy-max/switch-prod
Switch prod2 to prod environment
2022-08-31 12:29:34 +02:00
Charlie Arehart bcddda7f13
Clarify bind-mount obscuring of non-empty directories in container
The current wording implies that ANY bind mount into a non-empty directory will obscure the files in that directory, but while that's true of bind mounting a directory, it's not true if bind-mounting a single file (from my testing, in a linux container running Docker Desktop for Windows).

I simply added that minor (but important) clarification of "a directory".
2022-08-30 22:50:06 -05:00
jerae-duffin be0ad9397e
Update docker-hub/release-notes.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2022-08-30 13:17:35 -05:00
Jerae Duffin 602230ca8a Updated Hub release notes 2022-08-30 12:28:49 -05:00
jerae-duffin 83b92e9806
Merge pull request #15496 from jerae-duffin/ENGDOCS-758
Added consolidated repo
2022-08-30 11:06:22 -05:00
Bruno Sousa aeb69d534f Add changes requested by Docs team
Signed-off-by: Bruno Sousa <bruno.sousa@docker.com>
2022-08-30 15:31:22 +01:00
Bruno Sousa a3f188e8f2 Merge branch 'add-container-page' of https://github.com/bsousaa/docker.github.io into add-container-page 2022-08-30 15:26:04 +01:00
Bruno Sousa c8d2ffde23
Merge branch 'docker:master' into add-container-page 2022-08-30 15:25:52 +01:00
Bruno Sousa 08cca443f1 Add changes requested by Docs team
Signed-off-by: Bruno Sousa <bruno.sousa@docker.com>
2022-08-30 15:24:39 +01:00
jerae-duffin 80f858f181
Merge pull request #15480 from jerae-duffin/ENGDOCS-898
updated link in overview
2022-08-30 09:01:26 -05:00
David Karlsson e5ee327853
added link to distribution/distribution (#15512) 2022-08-30 15:11:48 +02:00
Nick Adcock d28ef5e470
Show hostname in hub API examples (#15524)
Signed-off-by: Nick Adcock <nick.adcock@docker.com>

Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2022-08-30 15:10:58 +02:00
CrazyMax 8acb5b970d
Switch prod2 to prod environment
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-08-30 14:44:24 +02:00
CrazyMax fca20e05da
Merge pull request #15443 from crazy-max/switch-stage
ci: switch stage2 to stage environment
2022-08-30 14:26:32 +02:00
Usha Mandya 232d3f1e2e
Merge pull request #15520 from milosgajdos/fix-deprecated-api-paths
Fix URL paths in deprecated API replacements
2022-08-30 10:00:34 +01:00
Milos Gajdos 7b769cbe79
Fix URL paths in deprecated API replacements 2022-08-30 08:46:41 +01:00
Craig Osterhout 84dddc6322
Merge pull request #15514 from fimmicon/patch-1
fix typo
2022-08-29 13:12:02 -07:00
Craig Osterhout 0905e15755
Merge pull request #15515 from Shy/patch-1
Corrected spelling.
2022-08-29 12:50:37 -07:00
Shy Ruparel 0a66270ce5
Corrected spelling. 2022-08-29 15:15:42 -04:00
jerae-duffin 49d0839771
Update _includes/configure-registry-json.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2022-08-29 14:06:02 -05:00
jerae-duffin cc3dd2dd7c
Update docker-hub/registry-access-management.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2022-08-29 14:04:28 -05:00
jerae-duffin d8ad873ea2
Update docker-hub/registry-access-management.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2022-08-29 14:04:20 -05:00
craig-osterhout 3ceb14581a
fix typo 2022-08-29 11:51:52 -07:00
Efim a1dfa5aa19
fix typo 2022-08-29 18:23:23 +03:00
Yonghye Kwon 1e39b20839
remove $ sudo service docker start from step 3 in ### Install from a package 2022-08-29 23:37:22 +09:00
Yonghye Kwon c5c84b84a4
add start command to run docker image 2022-08-29 23:35:50 +09:00
Yonghye Kwon 8f19793ad2
add start command to run hello-world image 2022-08-29 23:32:13 +09:00
Bruno Sousa ea38ed643b Add containerd documentation page
Add containerd documentation page

Signed-off-by: Bruno Sousa <bruno.sousa@docker.com>
2022-08-29 15:22:29 +01:00
Dockertopia 620476590c
Merge pull request #15511 from dockertopia/refactor-precedence-table
Adding edits from review
2022-08-29 12:30:23 +01:00
Dockertopia abc10b0cae
Apply suggestions from code review
Implementing suggestions.

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2022-08-29 12:19:34 +01:00
dockertopia 95519c425d Minor edit 2022-08-29 10:41:43 +01:00
Ulysses Souza 9124e41e82 Rebase - minor edits 2022-08-29 10:28:53 +01:00
Ulysses Souza 2ab284be75 Review/Refactor of precedence table
Rebase
2022-08-29 10:23:45 +01:00
Sebastiaan van Stijn d282ce0a63
Merge pull request #15498 from thaJeztah/desktop_dashboard_redirects
desktop: add missing redirects for dashboard
2022-08-28 18:53:37 +02:00
milas f032278139 Update Compose reference API to v2.10.2
Signed-off-by: GitHub <noreply@github.com>
2022-08-26 20:22:19 +00:00
Jerae Duffin 79d8764369 updated consolidated repo 2022-08-26 12:46:03 -05:00
Sebastiaan van Stijn 27686c1f48
desktop: add missing redirects for dashboard
The dashboard topic was rolled up into the "get-started" section in commit
ab0dee78a2, which removed links from the TOC.
The page itself was removed in 13ee3ff426, but
forgot to add/copy the redirects.

This patch adds the redirects back, and fixes some links to the page that's
now missing.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-08-26 18:50:17 +02:00