Commit Graph

55749 Commits

Author SHA1 Message Date
Usha Mandya 342d0cce67
Merge pull request #12670 from kerhong/patch-1
Clarify the source name of secrets and configs
2021-04-15 15:26:56 +01:00
Usha Mandya ff966e68ef
Merge pull request #12673 from AkihiroSuda/cgroup2
config/containers/runmetrics.md: cgroup v2 graduated from experimental (v20.10.6)
2021-04-15 15:22:47 +01:00
Sebastiaan van Stijn a6e2944ddf
Merge pull request #12648 from avivmu/patch-2
Rootless is not experimental anymore
2021-04-15 14:26:43 +02:00
Usha Mandya 5b330cfcce
Add docs for billing info updates (#12664)
* Add docs for billing info upates

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Add release note on billing details consolidation

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Fix review comments

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Update docker-hub/release-notes.md

Co-authored-by: Emilie Franchomme <42777373+FranchommeE@users.noreply.github.com>

Co-authored-by: Emilie Franchomme <42777373+FranchommeE@users.noreply.github.com>
2021-04-14 14:27:54 +01:00
Sebastiaan van Stijn 4426d47ab7
Merge pull request #12674 from AkihiroSuda/rootless
rootless: update for v20.10.6
2021-04-14 12:09:59 +02:00
Akihiro Suda 5f47c24504
rootless: update for v20.10.6
- btrfs is now supported (moby/moby PR 42253)
- CLI context "rootless" is now created by default (moby/moby PR 42109)

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-04-14 14:47:57 +09:00
Akihiro Suda 1c4e9b0a14
config/containers/runmetrics.md: cgroup v2 graduated from experimental
Docker support for cgroup v2 graduated from experimental in v20.10.6.
https://github.com/moby/moby/pull/42263

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-04-14 14:40:10 +09:00
Edgars Baduns 7b6f2d918a
Clarify the source name of secrets and configs
The current wording of "name of the config as it exists in Docker" suggests that the real generated name is used, instead the "key" of `configs` object in the docker-compose file is used.

```yml
version: "3.5"

services:
  app:
    image: alpine
    configs:
      # documentation currently suggests this (the "name as in Docker")
      # this causes an error- undefined config "name-as-in-docker"
      - source: name-as-in-docker
        target: /config-with-name-as-in-docker.json

      # the correct source to use is the name (key) from this docker-compose file
      - source: name-as-in-file
        target: /config-with-name-as-in-file.json

configs:
  name-as-in-file:
    name: name-as-in-docker
    file: ./cfg.json
```
2021-04-13 19:28:07 +03:00
Usha Mandya 31a78afbdd
Merge pull request #12585 from usha-mandya/hub-5153
Update docs to reflect billing UI changes
2021-04-13 16:19:21 +01:00
Usha Mandya c92b816d25
Merge pull request #12641 from ulyssessouza/update-compose-cli-compat
Update compose-cli compatibility list
2021-04-13 09:29:34 +01:00
Tibor Vass 1e602747d0
Merge pull request #12657 from thaJeztah/update_distro_list
engine: update list of distros that we build on
2021-04-12 11:06:06 -07:00
Tibor Vass adca6fc47c
Merge pull request #12604 from tiborvass/release_notes_20.10.6
Add release notes for 20.10.6
2021-04-12 10:56:00 -07:00
Sebastiaan van Stijn c876e5cba7
engine: update list of distros that we build on
Adds new distros:

- Ubuntu 21.04 "hirsute hippo"
- Debian/Raspbian 11 "bullseye"
- Fedora 34

Removes Debian 9 "stretch", which reached EOL in upstream Debian

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-12 19:24:00 +02:00
Tibor Vass 48efeb0b58 Add release notes for 20.10.6
Signed-off-by: Tibor Vass <tibor@docker.com>
2021-04-12 17:14:27 +00:00
Usha Mandya a12129ff5c
Merge pull request #12646 from usha-mandya/hvs-367
Add scan report retention period
2021-04-12 15:52:51 +01:00
Usha Mandya 83546801fa Add scan report retention period
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-12 10:50:00 +01:00
avivmu f35134f44a
Rootless is not experimental anymore
As mentioned in [https://docs.docker.com/engine/security/rootless/](Rootless mode) the feature has graduated from experimental in v.20.10
2021-04-10 11:37:33 +03:00
Ulysses Souza ecfa80f583 Update compose-cli compatibility list
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-04-09 09:54:35 -03:00
Usha Mandya 8af225bb32
Merge pull request #12645 from docker/stephen-turner-patch-5
Switch to a better URL
2021-04-09 13:41:45 +01:00
Stephen Turner 00b63da04e
Switch to a better URL 2021-04-09 12:13:37 +01:00
Usha Mandya b7a785fd43
Merge pull request #12640 from usha-mandya/cloud-docs-patch
Update Desktop download URLs
2021-04-09 09:41:32 +01:00
Usha Mandya b6825ec5a8 Update Desktop download URLs 2021-04-08 21:32:27 +01:00
Usha Mandya 7238e69b20
Merge pull request #12623 from mat007/desktop-update-redesign-docs
Docker Desktop update redesign docs
2021-04-08 20:35:34 +01:00
Usha Mandya 8da6ef36d8
Merge pull request #12628 from mat007/desktop-3.3.0-release-notes
Add release notes for Docker Desktop 3.3.0
2021-04-08 20:34:51 +01:00
Mathieu Champlon ad414a6b7a Add description for automatic check for updates 2021-04-08 20:04:23 +02:00
Stephen Turner aab6872801
Merge pull request #12638 from postylem/patch-1
Fix tiny typo
2021-04-08 18:59:25 +01:00
Mathieu Champlon f9a81eed27 Update docker-for-windows/release-notes.md 2021-04-08 19:51:13 +02:00
Mathieu Champlon dc6cbe0aaa Use the same bullets everywhere 2021-04-08 17:52:10 +02:00
Mathieu Champlon 6029f72494 Update settings screenshots and descriptions. 2021-04-08 17:52:10 +02:00
Usha Mandya e52d5ff584
Merge pull request #12630 from CholoTook/patch-2
Update 08_using_compose.md
2021-04-08 16:26:05 +01:00
jac lou hoo 1dfc543840
Fix tiny typo
commmand -> command
2021-04-08 11:17:38 -04:00
Usha Mandya b27b712906
Merge pull request #10781 from rachelrice/patch-1
Update completion.md
2021-04-08 15:22:47 +01:00
Mathieu Champlon 6ad7c7a273 Remove obsolete image files 2021-04-08 11:48:21 +02:00
Mathieu Champlon a49a9ce4c8 Refresh the description for the automatic updates 2021-04-08 11:48:21 +02:00
Usha Mandya 808f73d3c9
Merge pull request #12092 from thaJeztah/buildx_reference
Update buildx reference docs
2021-04-07 15:32:42 +01:00
Sebastiaan van Stijn 19ede730f6
working-with-buildx: wrap, remove experimental, and some updates
- remove the experimental banner
- moved the "install as default builder section under the install
  section
- wrapped lines to be ~80 chars
- created some links to reference pages

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-07 16:14:46 +02:00
Sebastiaan van Stijn 1898b1b09c
add buildx install/uninstall
these commands are hidden in the cli, but functional, and mentioned
in the "working with buildx" introduction.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-07 16:12:08 +02:00
Sebastiaan van Stijn 363327d576
Update buildx reference docs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-07 16:11:07 +02:00
Sebastiaan van Stijn 68f77423a1
_includes/cli.md: add support for per-flag detail URLs or anchors
The YAML files now support a new "details_url" property for flags, which
can be set if there's an anchor on the same page, or an URL where to
find a detailed description of the flag (Currently only anchors are used).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-07 16:07:27 +02:00
Dan Bolser 2f8673d6d8
Update 08_using_compose.md 2021-04-07 12:52:00 +01:00
Usha Mandya e2dda5884d
Merge pull request #12624 from aiordache/compose_1.29.0
Release notes for docker-compose 1.29.0
2021-04-07 10:28:43 +01:00
Anca Iordache e28309aaa3 Release notes for docker-compose 1.29.0
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2021-04-06 23:13:32 +02:00
Usha Mandya cf7fd4db40 Update docs to reflect billing ui changes
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-06 11:06:47 +01:00
Stefan Scherer 64f24412f3
Merge pull request #12605 from djs55/apple-silicon-rc3
Release Docker Desktop for Mac [Apple Silicon] RC 3
2021-04-01 23:09:04 +02:00
David Scott fb2088d0de Release Docker Desktop for Mac [Apple Silicon] RC 3
Signed-off-by: David Scott <dave.scott@docker.com>
2021-04-01 21:01:05 +01:00
David Scott f07985699a
Add a note about `ping` when using `qemu` (#12591)
* Add a note about `ping` when using `qemu`

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

* Minor update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-03-29 19:15:07 +01:00
Jeff f5ef070776
Add initial docs for Audit Logs (#12554)
* Add docs for Audit Logs

* Update based on PR comments

* Update audit logs terminology

* Fix wording based on PR comments

* Apply suggestions from code review

Co-authored-by: Emilie Franchomme <42777373+FranchommeE@users.noreply.github.com>

Co-authored-by: Emilie Franchomme <42777373+FranchommeE@users.noreply.github.com>
2021-03-29 19:08:51 +01:00
David Scott 3dc5416e5b
Add Docker Desktop for Apple Silicon RC 2 (#12577)
* Add Docker Desktop for Apple Silicon RC 2

The headline feature is the fix for inter-container HTTP and HTTPS.

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

* Update RC 2 build, incorporate suggestions from Stephen

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

* Update docker-for-mac/apple-m1.md

Bump the release date for Apple Silicon RC 2

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

* Update docker-for-mac/apple-m1.md

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

* Update docker-for-mac/apple-m1.md

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

* Apply suggestions from code review

Co-authored-by: Dieu Cao <1187097+dieucao@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Stephen Turner <stephen.turner@docker.com>

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Dieu Cao <1187097+dieucao@users.noreply.github.com>
Co-authored-by: Stephen Turner <stephen.turner@docker.com>
2021-03-26 15:52:22 +00:00
Usha Mandya bc33781c35
Merge pull request #12583 from thaJeztah/fix_usage_console
reference: prefix usage output with a prompt to allow copying
2021-03-26 15:51:49 +00:00
Sebastiaan van Stijn 61b3d930d8
reference: prefix usage output with a prompt to allow copying
Although the usage example is not directly "runnable", it doesn't hurt
to allow copying them.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-26 15:41:21 +01:00