Commit Graph

55706 Commits

Author SHA1 Message Date
Richard 27674691e2
docs: update github-actions.md
Due to the wrong yaml format, failed to login in ghcr.io
2021-03-03 12:11:45 +08:00
Tibor Vass 66a1f9c60c
Merge pull request #12429 from tiborvass/release_notes_20.10.5
Add release notes for 20.10.5
2021-03-02 15:20:25 -08:00
Tibor Vass c236f5638a Add release notes for 20.10.5
Signed-off-by: Tibor Vass <tibor@docker.com>
2021-03-02 22:36:29 +00:00
Guillaume Tardif 5d4a84d638
Compose minor improvements (#12426)
* remove duplicate compose release notes in TOC

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Add link to awesome compose samples

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Minor style update

* Fix a typo

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-03-02 17:01:51 +00:00
Usha Mandya 829e6044ec
Merge pull request #12397 from xuduochengzi/patch-1
Update develop.md
2021-03-02 15:46:36 +00:00
Usha Mandya 784b79c7dc
Merge pull request #12425 from thaJeztah/copy_pasta
highlighting: make comments, prompt and command-output non-selectable
2021-03-02 15:30:02 +00:00
Sebastiaan van Stijn 19b3b40f5b
_scss: show regular "text" cursor for prompt
Show a "text" cursor for the prompt. Even though the prompt itself is not
selectable, make it appear as if it is, so that users don't get confused
when they try to select an example for copying.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-02 16:08:17 +01:00
Usha Mandya 13e8ada579
Merge pull request #12413 from dontub/patch-1
Replace deprecated option --fluent-async-connect with --fluent-async
2021-03-02 14:24:52 +00:00
Sebastiaan van Stijn a987f04d05
highlighting: make comments, prompt and command-output non-selectable
Prevent selecting comments, command-output and command-prompt in shell
examples that use the "console" lexer/highlighter to allow easier copying.
See https://github.com/rouge-ruby/rouge/issues/1023

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-02 15:02:25 +01:00
Sebastiaan van Stijn 2a84b75739
engine/install: uninstall: add removing containerd state to all distros
This was only included in some distributions, so adding it to all
pages.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-02 15:02:23 +01:00
Sebastiaan van Stijn d95a4266ff
replace "output truncated" with special <...> (supported by "rouge")
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-02 15:02:21 +01:00
Sebastiaan van Stijn f4ba73ecbb
engine/instal: use "console" code-hints for examples
This tones down the prompt and command output, so that the commands
to run stand out more clearly.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-02 15:02:12 +01:00
Usha Mandya bf0b0b5825
Merge pull request #12412 from usha-mandya/audit-log-patch
Update activity data retention policy
2021-03-02 13:46:34 +00:00
Usha Mandya dc74658c50
Merge pull request #12422 from thaJeztah/missing_sudo
engine: add missing sudo in ubuntu instructions
2021-03-02 12:25:09 +00:00
Usha Mandya 247235d9f6
Merge pull request #12423 from usha-mandya/mac-5406-patch
Add note on Mac 3.2.0 upgrade issue
2021-03-02 12:24:00 +00:00
Usha Mandya d1a94c1bde Add note on Mac 3.2.0 upgrade issue
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-02 11:18:52 +00:00
Sebastiaan van Stijn 687b46db9e
engine: add missing sudo in ubuntu instructions
Looks like the Debian version was updated during review, but the Ubuntu variant
was forgotten in 760bb64ea3

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-02 11:57:51 +01:00
denis-roy 760bb64ea3
Offering an alternative to the deprecated apt-key tool (#11990)
* Offering an alternative to apt-key (deprecated)

[Use trusted.gpg.d instead of apt-key · Issue #11625 · docker/docker.github.io](https://github.com/docker/docker.github.io/issues/11625)

As of Debian 10 / Ubuntu 20.10, apt-key is deprecated and will not be available after Debian 11 / Ubuntu 22.04

Although adding keys directly to `/etc/apt/trusted.gpg.d`/ is suggested by apt-key deprecation message, as per [Debian Wiki](https://wiki.debian.org/DebianRepository/UseThirdParty) GPG keys for third party repositories should be added to `/usr/share/keyrings` and referenced with the `signed-by` option in the source.list.d entry.

Providing a binary .gpg key instead of an ASCII Armored one might help shorten the lengthy command by removing the ` | gpg --dearmor ` bit.

This removes the software-properties-common provides add-apt-repository which we don't use anymore
2021-03-02 11:30:37 +01:00
Usha Mandya 26f07f716a
Merge pull request #12420 from usha-mandya/engdocs-390-icon
Add a new icon for language-specific guides
2021-03-02 09:32:42 +00:00
Usha Mandya b755b5c65a Add a new icon for language-specific guides
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-01 23:53:35 +00:00
Usha Mandya 806c4d7dfd
Merge pull request #12408 from boradakash/patch-1
Fix typo in asp.net core sample docs
2021-03-01 23:27:50 +00:00
Usha Mandya 8a23e85366
Merge pull request #12418 from StefanScherer/use-ubuntu-18.04
ci: Use ubuntu-18.04
2021-03-01 18:56:08 +00:00
Stefan Scherer 149b7e6ea6
Use ubuntu-18.04
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
2021-03-01 19:39:50 +01:00
Usha Mandya 5e0675f24e
Merge pull request #12388 from StefanScherer/desktop-release-3.2.0
Docker Desktop 3.2.0 release notes
2021-03-01 17:20:47 +00:00
Usha Mandya 732bbdceed
Merge pull request #12398 from usha-mandya/iterm2-patch
Add note on opening default terminal
2021-03-01 17:18:07 +00:00
Usha Mandya 76632cf293 Add note on opening default terminal
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-01 17:13:00 +00:00
Stefan Scherer 752c37fd09
Add release date, update dependencies
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
2021-03-01 15:22:24 +01:00
Stefan Scherer 4c0a353ae2
Fix headlines back to 3.0.0
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-01 14:56:45 +01:00
Stefan Scherer f6cec51fd0
Docker Desktop 3.2.0 releaes notes 2021-03-01 14:56:39 +01:00
araisch b50f1f69c7
Update proxy.md
Missleading to talk about Wildcards after mention "IP and host", while support them only for hosts without any hint to CIDR..
2021-03-01 14:24:26 +01:00
Nick Adcock 67d5c72489 Add Hub API overview
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2021-03-01 11:22:39 +00:00
dontub c29b3f98ca
Replace deprecated option --fluent-async-connect with --fluent-async
The option --fluent-async-connect is deprecated. --fluent-async shall be used instead.
a602b052a9/daemon/logger/fluentd/fluentd.go (L53)
2021-03-01 11:18:54 +01:00
Usha Mandya c91305c965 Update activity data retention policy
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-01 09:48:51 +00:00
Nick Adcock d6bbea181d Fix delete request description
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2021-03-01 08:59:38 +00:00
Nick Adcock 3b399881eb Add delete current_tag comment
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2021-03-01 08:59:01 +00:00
Akash Borad 39e00df035
Fix typo in asp.net core sample docs 2021-02-28 13:22:04 +05:30
pneumoman 4f12a72ffc
Update resource_constraints.md
The docker engine seems to get confused if you don't  quote device=1,2 as shown  I.E. '"device=1,2"'
2021-02-26 14:19:24 -05:00
Anca Iordache cb2e2e6986
Update release notes for docker-compose 1.28.5 (#12401)
* Update release notes  for docker-compose 1.28.5

Signed-off-by: aiordache <anca.iordache@docker.com>

* Minor style updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-02-26 18:23:33 +00:00
Tibor Vass 4d1efb471e
Merge pull request #12400 from tiborvass/release_notes_20.10.4
Add release notes for 20.10.4
2021-02-26 09:05:27 -08:00
Tibor Vass 20a868c64f Add release notes for 20.10.4
Signed-off-by: Tibor Vass <tibor@docker.com>
2021-02-26 16:26:36 +00:00
Nick Adcock 7c52027060 Add image delete API doc
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2021-02-26 13:22:50 +00:00
荒野大镖客 5adb870c96
Update develop.md
the curl  address  is /initdb
2021-02-26 17:17:02 +08:00
Usha Mandya 3f7d1f0900
Merge pull request #12391 from usha-mandya/footer-patch
Add Docker roadmap to the footer
2021-02-25 16:33:43 +00:00
Usha Mandya 05215b8eb1 Add Docker roadmap the footer
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-25 16:19:56 +00:00
Nick Adcock 404602f38b Fix logo for Hub API docs
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2021-02-25 15:48:03 +00:00
Nick Adcock 82ed0e463d Add initial image dashboard API docs
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2021-02-25 15:29:56 +00:00
Sebastiaan van Stijn c9fc6bb8ff
Merge pull request #12374 from t3hami/patch-3
Add links to Docker Engine SDK and the HTTP API
2021-02-25 14:56:41 +01:00
Usha Mandya 332f38eb12
Update develop/index.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-02-25 12:17:06 +00:00
Usha Mandya 02662c188a
Merge pull request #12385 from thaJeztah/engine_upstream_url
Use 20.10 release branch for upstream engine resources
2021-02-25 12:05:07 +00:00
Usha Mandya 083e30fe22
Merge pull request #12383 from thaJeztah/more_go_redirects
Add more "/go/" redirects for use in the install scripts, and move "post install" in TOC
2021-02-25 11:56:05 +00:00