Commit Graph

55079 Commits

Author SHA1 Message Date
Emilie Franchomme ff7d30ec03
Changing singular/plural
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-11-10 12:42:11 -05:00
Emilie Franchomme 9548804773
Ending sentence with a full stop
Co-authored-by: Mark H <70579116+mark-dr@users.noreply.github.com>
2020-11-10 12:32:27 -05:00
Emilie Franchomme e05d2af192
Adjusted the release date
The new version of Hub with Stale info indicator is live on Prod on 2020/11/10
2020-11-10 12:14:19 -05:00
Emilie Franchomme 68643a7708
Updating Hub>Release-notes for "Stale image info"
This update is meant to go along with the update of the repos.md page (nothing else to announce for this release) https://github.com/docker/docker.github.io/pull/11679
2020-11-10 11:37:21 -05:00
Usha Mandya 47ab17223a
Merge pull request #11725 from tnir/fix-19.03.9-release-note
Fix 19.03.9 release note
2020-11-10 15:09:33 +00:00
Usha Mandya d1b2734e38
Merge pull request #11728 from usha-mandya/snyk-prereq-patch
Update Hub scanning prereqs
2020-11-10 15:06:45 +00:00
Usha Mandya ce6618aa7d Update hub scanning prereq 2020-11-10 14:46:53 +00:00
Usha Mandya 54f27499d5
Merge pull request #11722 from lorenrh/changelog2.5.0.1
Changelog for 2.5.0.1
2020-11-10 10:02:57 +00:00
Usha Mandya 41577de049
Merge pull request #11727 from usha-mandya/ecs-ga-patch
Remove beta flags for ECS GA release
2020-11-10 09:47:05 +00:00
Usha Mandya 98f568ca4a Remove beta flags for ECS GA release
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-11-10 09:33:23 +00:00
Takuya Noguchi ffeac58561 Fix 19.03.9 release note
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2020-11-10 02:05:51 +00:00
Usha Mandya 1decdd31a7
Merge pull request #11714 from lemonez/patch-2
Update dev-best-practices.md
2020-11-09 15:52:56 +00:00
Usha Mandya b3928026b4
Merge pull request #11719 from euclides-c/patch-1
Update github-actions.md
2020-11-09 15:51:54 +00:00
Usha Mandya fbdb0650de
Merge pull request #11721 from dotcs/patch-1
Fix syntax: Add missing backtick
2020-11-09 13:45:53 +00:00
Lorena Rangel 01667c32e9 Changelog for 2.5.0.1
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2020-11-09 12:06:07 +01:00
Fabian M 65d98b3cd9
Fix syntax: Add missing backtick 2020-11-08 22:33:15 +01:00
euclides-c c804aa66f1
Update github-actions.md
Included 'Check Out Repo' step, to solve the the issue  https://github.com/docker/docker.github.io/issues/11718#issue-738387923
2020-11-08 15:15:55 +09:00
lemonez 5b6824c105
Update dev-best-practices.md
minor typo fix
2020-11-06 07:52:32 -08:00
Usha Mandya ff4a9a46c2
Merge pull request #11710 from usha-mandya/aci-patch
Remove beta flags in the ACI doc
2020-11-06 11:08:47 +00:00
Usha Mandya c3c0e1050f Remove beta flags in the ACI doc
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-11-06 11:02:04 +00:00
Brett Inman 0a951c5204
Update rate limit examples to use HEAD (#11707)
* Update rate limit examples to use HEAD

* More specific

* Improvements per feedback

* More feedback

* Don't ignore errors
2020-11-05 20:50:58 +00:00
Usha Mandya 0492b1ca16
Merge pull request #11705 from thaJeztah/fix_incorrect_log
logging: remove incorrect line about docker inspect
2020-11-05 15:23:07 +00:00
Sebastiaan van Stijn cb5c8b0de3
logging: remove incorrect line about docker inspect
The logging driver bears not relation to the output of commands such as
`docker inspect`, so this line was incorrect.

Looks like this was added as part of a bigger rewrite/refactor in
d536881651, so likely missed

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-11-05 15:12:03 +01:00
Usha Mandya 8822e9ae34
Merge pull request #11703 from carehart/patch-4
correct typos
2020-11-05 09:42:53 +00:00
Charlie Arehart d930970e14
correct typos 2020-11-04 19:29:59 -06:00
Usha Mandya 3fd2cb1e10
Merge pull request #11480 from nathanl/patch-1
Note that `ssh-add` may be needed
2020-11-04 15:17:50 +00:00
Usha Mandya be46ca3094
Merge pull request #11671 from gdennie/patch-1
Update up.md
2020-11-04 15:08:42 +00:00
Usha Mandya a5b5d514bb
Merge pull request #11698 from AkihiroSuda/remove-sshd
engine/examples: remove sshd example
2020-11-04 12:21:01 +00:00
Akihiro Suda 7bafc72829
engine/examples: remove sshd example
The ssh example was really bad; it even leaks the root password as a plain text in the image :(

This commit removes the sshd example and discourage people to dockerize sshd.

The `running_ssh_service.md` page itself is not removed because there
are hyperlinks on the Internet to that page.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-11-04 13:44:17 +09:00
Usha Mandya 80750f1f2b
Merge pull request #11689 from usha-mandya/autobuilds-patch
Add note on the parallel autobuilds
2020-11-02 18:34:15 +00:00
Usha Mandya 3dc9fa6a7b Add note on the parallel autobuilds
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-11-02 17:44:15 +00:00
Alex Hokanson 2b235669d2
small addition to document expected behavior of parallel autobuilds (#11685)
* small addition to document expected behavior of parallel autobuilds

Signed-off-by: Alex Hokanson <571756+ingshtrom@users.noreply.github.com>

* Update docker-hub/builds/index.md

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

* Update docker-hub/builds/index.md

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2020-11-02 16:45:18 +00:00
Usha Mandya 77f563a5fa
Merge pull request #11686 from thaJeztah/hub_repo_markdown
docker-hub: formatting updates in repos.md
2020-11-02 16:39:35 +00:00
Usha Mandya c0863a4b91
Merge pull request #11682 from thaJeztah/remove_unused_images
docker-hub: remove unused images
2020-11-02 16:29:40 +00:00
Usha Mandya 3499c1a261
Add docs for Vuln scanning and troubleshoot updates (#11677)
* Add docs for Vuln scanning and troubleshoot updates

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

* Add new section on Desktop support

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

* Fix review comments and add support section for Windows

* Replace existing screenshots with optimized versions
2020-11-02 16:29:14 +00:00
Sebastiaan van Stijn d389dffe42
docker-hub: formatting updates in repos.md
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-11-02 17:27:49 +01:00
Usha Mandya 766b29e09e
Merge pull request #11684 from docker/desktop-stable-2.5.0.0
Changlog for Stable release 2.5.0.0
2020-11-02 16:21:02 +00:00
Trung Nguyen a166ddccf5 docs: changlog for Stable release 2.5.0.0
Signed-off-by: Trung Nguyen <ndtrung_nguyen30890@yahoo.com>
2020-11-02 16:47:59 +01:00
Usha Mandya 48e3c640e4
Merge pull request #11670 from daido1976/patch-1
Fix broken link in storage/volumes.md
2020-11-02 15:44:25 +00:00
Sebastiaan van Stijn b7a87688a6
docker-hub: remove unused images
These images were not used anywhere, so we might as well remove
them.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-11-02 15:20:34 +01:00
Guillaume Tardif 449b9d216f
Add documentation on ACI prune (#11676)
* Add documentation on ACI prune

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

* Minor style updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-11-02 10:20:20 +00:00
George 00619263f4
Update up.md
An option's short form should not be used in descriptions since they are intentionally terse and as such does throw away the otherwise nice narrative provide by using the long form.
2020-10-31 23:40:22 -04:00
Daido Shota 2cb92e074f
Fix broken links in storage/volumes.md 2020-10-31 22:39:52 +09:00
Sebastiaan van Stijn b0eb7bd621
Merge pull request #11666 from docker/update-deactivte-account
Add missing condition for Organizations
2020-10-30 15:05:34 +01:00
Sebastiaan van Stijn 7493934f34
Merge pull request #11664 from mkjetbrains/patch-2
TeamCity instruction on registry authentication
2020-10-30 15:04:46 +01:00
Sebastiaan van Stijn 9ab4eea892
Merge pull request #11665 from timrizzi/patch-1
Link to GitLab in download rate limits documentation
2020-10-30 15:03:30 +01:00
Spencer Cheng 9ea88cb5e8 Rearrange order 2020-10-29 16:16:45 -07:00
Spencer Cheng 9b2f730ebf Add missing condition for Organizations 2020-10-29 16:08:41 -07:00
timrizzi c851c819c4
Add GitLab to 3rd party vendors
This MR adds GitLab to the list of 3rd party vendors and links to their documentation for authenticating/logging in to Docker.
2020-10-29 14:19:13 -07:00
mkjetbrains be61a49b8d
TeamCity instruction on registry authentication 2020-10-29 18:21:45 +03:00