Commit Graph

1316 Commits

Author SHA1 Message Date
Guillaume Lours b92ebe5fbf
Replace docker-compose calls (#17881)
* use 'docker compose' instead of 'docker-compose' in Swarm documentation

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

* replace old usages of 'docker-compose' by 'docker compose'

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

---------

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2023-08-08 10:05:39 +01:00
Justin Chadwell f4eccb3e95 registry: remove protocol from insecure-registries config
Using a protocol here is meaningless, and is ignored by the daemon (and
will even produce a warning in the logs).

Signed-off-by: Justin Chadwell <me@jedevc.com>
2023-07-17 18:30:42 +01:00
pavljiks 8985d538b9
Update nginx.md
Incorrect docker image used. (unable to start container process: exec: "htpasswd": executable file not found in $PATH: unknown.)
2023-05-12 12:33:02 +03:00
Allie Sadler 787239a585
Engdocs 1268 (#16945)
* change to image managment

* edits

* move content about

* edit index.md page

* edit index.md

* edit manage-builds.md

* edit remaining pages

* fix broken links

* tidy

* tidy

* ENGDOCS-1268
2023-03-28 16:54:04 +01:00
Allie Sadler 40124e8f2b
update registry example (#16578) 2023-01-23 13:34:10 +00:00
Allie Sadler a37a50eb17
Dd4.16 content (#16497)
* add rosetta beta feature

* Change mac preferences to settings

* updates to the images view

* add info about quick search

* image fix

* image-fix

* Typo fix
2023-01-12 15:29:37 +00:00
Craig Osterhout 91db19f38f
Refresh pull limit docs (#16159)
* update pull limit docs
2022-11-14 13:33:23 -08:00
Usha Mandya f917568281 Removed dupe of contribution guidelines
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-10-13 15:40:43 +01:00
David Karlsson e5ee327853
added link to distribution/distribution (#15512) 2022-08-30 15:11:48 +02:00
Zandor Smith cee8ae98b4
Add link to official registry image in local mirror documentation. (#15370) 2022-08-12 14:05:07 +02:00
Allie Sadler cab9f914bf
ENGDOCS-846 (#15219)
* ENGDOCS-846

* fix broken links

* fix links

* fix broken links

* fix broken links

* fix broken links
2022-07-27 13:26:22 +01:00
Jerae Duffin cb00ff5606 updated format 2022-07-07 11:57:46 -05:00
Jerae Duffin eec06c4b4a updated important note 2022-05-23 14:38:33 -05:00
Usha Mandya 57def2fc5e
Merge pull request #14381 from zekicelik/master
update osx-setup-guide.md for #14380
2022-04-08 10:53:45 +01:00
Usha Mandya a6739169e9
Merge branch 'master' into add-s3accelerate-doc 2022-04-06 13:36:39 +01:00
Zeki CELIK 8c106f5260
update osx-setup-guide.md for #14380
update path of the config.yml and com.docker.registry.plist
2022-03-12 22:22:07 +03:00
Usha Mandya 4321040eb7
Merge pull request #13919 from villevaltonen/patch-2
Adding --delete-untagged to registry garbage collection docs
2022-02-24 14:27:16 +00:00
Hernán Schmidt 7dbc74dc40
Fix formatting of notification HTTP request
The syntax highlighting hint was wrong, which prevented the snippet from rendering with the correct highlighting.
2022-01-17 17:39:48 +01:00
Usha Mandya a8ec999a27 Update note on Docker official images
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-01-12 23:08:26 +05:30
Ville Valtonen c8fee4f04b
Update garbage-collection.md
Based on the pull request distribution/distribution#2302 there is a parameter for cleaning up untagged manifests available. In the original pull request it is called "-m" / "--delete-manifests", but in the current version of registry and it's garbage-collector, it's called "--delete-untagged" (checked with "registry garbage-collect -h" inside the latest registry-image based container). Anyway, it was missing from the documentation so I thought it would be useful to add there.

Related issue and PR:
- https://github.com/distribution/distribution/issues/2301
- https://github.com/distribution/distribution/pull/2302
2021-12-01 12:31:47 +02:00
Ben Emamian 30ac03aeb6
Update insecure.md 2021-11-01 12:53:08 +11:00
Peter Dave Hello ed135fe151 Update most links to use https by default
Reference:

- #11640
- d405b17ca2

Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
2021-10-12 15:45:57 +08:00
Sebastiaan van Stijn 9abe0b6ae1
Revert "Remove info on service accounts"
This reverts commit 41f9a7b03e.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-02 23:00:07 +02:00
Usha Mandya 41f9a7b03e Remove info on service accounts
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-02 11:58:42 +01:00
Sebastiaan van Stijn 1583678203
Add missing code-hints, and minor markdown edits
- Add missing code-hints (console, yaml)
- Consistently add an empty line after code-blocks
- Combine some examples where the output and the command were
  put in separate blocks. With the "console" code-hint, this
  is no longer nescessary.
- fix indentation in cloud/ecs-integration.md, which caused the
  numbered-list to be interrupted.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-16 12:59:23 +02:00
Sebastiaan van Stijn 346a066b68
Desktop: move "docker-for-windows" to "desktop/windows"
Unifying all content related to Docker Desktop to be withing the desktop
directory.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-14 13:28:15 +02:00
Sebastiaan van Stijn d0bf342e52
Desktop: move "docker-for-mac" to "desktop/mac"
Unifying all content related to Docker Desktop to be withing the desktop
directory.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-14 13:07:41 +02:00
Daniel Helfand d5a7305811
fix broken link for setting up local registry with auth 2021-08-12 11:56:31 -05:00
Sebastiaan van Stijn 954f1c1fe8
registry: use "console" for shell examples
This allows for easier copying of the commands, without selecting the
prompt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:19:57 +02:00
Usha Mandya dfbadff0fe
Merge pull request #12937 from matthewbalvanz-wf/patch-1
Indent webhook notifications Authorization header
2021-06-25 11:37:43 +01:00
Usha Mandya bc93a35d0a Update pull limits for service accounts
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-25 09:38:16 +01:00
jerae-duffin 54fa0cedea
Updated service account links (#12953)
updated service account links
2021-06-04 18:45:50 +01:00
Ben De St Paer-Gotch 8c3047c922
Updating registry help (#12948)
* Update help.md

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-06-03 12:07:21 +01:00
Matthew Balvanz cb4bb27328
Indent webhook notifications Authorization header
Since `Authorization` is intended to be a header applied to HTTP requests it should be indented to place it in the YAML map named `headers` instead of being a sibling of it.
2021-06-02 08:45:45 -05:00
Usha Mandya 6a90c2b474
Merge pull request #12266 from novakivanovski/patch-1
Self-signed certificate with Kubernetes fix
2021-04-27 10:36:41 +01:00
Usha Mandya 1ffa7b17f1
Merge pull request #12702 from stefanloerwald/patch-2
Fixes docker/distribution-library-image/issues/107
2021-04-23 11:00:08 +01:00
Ben De St Paer-Gotch 4d2993bcb1
Adding in points to clarify usage of official images (#12713)
* Adding in points to clarify usage of official images

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-04-20 11:39:12 +01:00
Stefan Lörwald d39b0d8e6e
Fixes docker/distribution-library-image/issues/107
The registry docker image no longer contains htpasswd.
2021-04-19 12:05:01 +02:00
Simon 5e78271505
TASK: Add codeblocks to code examples
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-04 12:06:54 +01:00
Simone Locci d77e57b2de
s3accelerate to accelerate 2021-03-01 18:28:32 +01:00
Novak Ivanovski 899c6ddd17
Self-signed certificate with Kubernetes fix
In Go 1.15 there is common name deprecation for using Common name:
https://golang.google.cn/doc/go1.15#commonname

This causes the self-signed cert to be rejected by some Kubernetes platforms:
https://stackoverflow.com/questions/64814173/how-do-i-use-sans-with-openssl-instead-of-common-name

Fix is to add this field to the cert.
2021-02-05 23:58:09 -05:00
Usha Mandya 49f8877bf3 Fix broken links
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-28 10:07:41 +00:00
t-eimizu 4871c1304f
Update insecure.md for Docker Desktop (#11964)
* Update insecure.md for Docker Desktop

Docker Desktop does not have "preferences" menu today.
It's changed to "Settings" > "Docker Engine" .

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-01-06 13:41:47 +01:00
Sebastiaan van Stijn d405b17ca2
update http://dockr.ly links to use TLS
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-27 12:38:17 +01:00
Sebastiaan van Stijn 2ce808edc0
Remove references to obsolete engine versions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-26 15:45:07 +01:00
Usha Mandya e885a5aeaa Remove Docker Toolbox docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-10-20 18:05:36 +01:00
Sebastiaan van Stijn c119ed174e
Use https:// for links and examples
Found these using `http://[^lp10\*`<][^o]` (to exclude "localhost" and IP-addresses)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-13 12:09:11 +02:00
Sebastiaan van Stijn 393d3f6566
Add rel="noopener" to external links
See https://web.dev/external-anchors-use-rel-noopener/

Using noopener, as that addresses the security issue. "noreferer" blocks
the REFERER header, which may still be useful for some target URLs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-12 13:09:30 +02:00
Dan Fredell 12fd4efcf8
Add azure config container example (#11152)
* Add azure config container example

I was getting errors on setting up azure, this was because I was putting the full https url into the container field. There error wasn't helpful and nor was the docs.

* Update azure.md

Reword the registry azure container example.
2020-07-22 13:38:20 +01:00
Simone Locci d5c3fbc627
Add s3accelerate documentation 2020-07-14 10:02:41 +02:00