576f4fc074 
								
							
								 
							
						 
						
							
							
								
								fix broken link for setting up local registry with auth  
							
							
							
						 
						
							2021-08-12 11:56:31 -05:00  
				
					
						
							
							
								 
						
							
							
								6ac695a6f5 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #13299  from thaJeztah/more_copy_pasta  
							
							... 
							
							
							
							"console-idate" shell examples 
							
						 
						
							2021-08-06 17:54:30 +01:00  
				
					
						
							
							
								 
						
							
							
								ee8c75cbd1 
								
							
								 
							
						 
						
							
							
								
								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  
				
					
						
							
							
								 
						
							
							
								85730e9d66 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #12937  from matthewbalvanz-wf/patch-1  
							
							... 
							
							
							
							Indent webhook notifications Authorization header 
							
						 
						
							2021-06-25 11:37:43 +01:00  
				
					
						
							
							
								 
						
							
							
								4ff7f21b2d 
								
							
								 
							
						 
						
							
							
								
								Update pull limits for service accounts  
							
							... 
							
							
							
							Signed-off-by: Usha Mandya <usha.mandya@docker.com> 
							
						 
						
							2021-06-25 09:38:16 +01:00  
				
					
						
							
							
								 
						
							
							
								3d71710133 
								
							
								 
							
						 
						
							
							
								
								Updated service account links ( #12953 )  
							
							... 
							
							
							
							updated service account links 
							
						 
						
							2021-06-04 18:45:50 +01:00  
				
					
						
							
							
								 
						
							
							
								1777a5ba63 
								
							
								 
							
						 
						
							
							
								
								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  
				
					
						
							
							
								 
						
							
							
								1fa75f3129 
								
							
								 
							
						 
						
							
							
								
								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  
				
					
						
							
							
								 
						
							
							
								fe4fad3bff 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #12266  from novakivanovski/patch-1  
							
							... 
							
							
							
							Self-signed certificate with Kubernetes fix 
							
						 
						
							2021-04-27 10:36:41 +01:00  
				
					
						
							
							
								 
						
							
							
								f4119da7bd 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #12735  from thaJeztah/vlan_network  
							
							... 
							
							
							
							Migrate IPvlan docs from CLI to docs repository 
							
						 
						
							2021-04-23 15:36:53 +01:00  
				
					
						
							
							
								 
						
							
							
								b70327a8ec 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #12702  from stefanloerwald/patch-2  
							
							... 
							
							
							
							Fixes docker/distribution-library-image/issues/107 
							
						 
						
							2021-04-23 11:00:08 +01:00  
				
					
						
							
							
								 
						
							
							
								e2872d1d2a 
								
							
								 
							
						 
						
							
							
								
								Migrate IPvlan docs from CLI to docs repository  
							
							... 
							
							
							
							Merge remote-tracking branch 'cli_temp/master' into vlan_network
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							2021-04-22 19:27:57 +02:00  
				
					
						
							
							
								 
						
							
							
								a49afdbd98 
								
							
								 
							
						 
						
							
							
								
								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  
				
					
						
							
							
								 
						
							
							
								0a7648edb5 
								
							
								 
							
						 
						
							
							
								
								Fixes docker/distribution-library-image/issues/107  
							
							... 
							
							
							
							The registry docker image no longer contains htpasswd. 
							
						 
						
							2021-04-19 12:05:01 +02:00  
				
					
						
							
							
								 
						
							
							
								b2ac3a2884 
								
							
								 
							
						 
						
							
							
								
								TASK: Add codeblocks to code examples  
							
							... 
							
							
							
							Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							2021-03-04 12:06:54 +01:00  
				
					
						
							
							
								 
						
							
							
								e7dc768ae5 
								
							
								 
							
						 
						
							
							
								
								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  
				
					
						
							
							
								 
						
							
							
								96357c9616 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #12195  from usha-mandya/12193-patch  
							
							... 
							
							
							
							Fix broken links 
							
						 
						
							2021-01-28 12:41:34 +00:00  
				
					
						
							
							
								 
						
							
							
								977c98e06f 
								
							
								 
							
						 
						
							
							
								
								Fix broken links  
							
							... 
							
							
							
							Signed-off-by: Usha Mandya <usha.mandya@docker.com> 
							
						 
						
							2021-01-28 10:07:41 +00:00  
				
					
						
							
							
								 
						
							
							
								78242c79ea 
								
							
								 
							
						 
						
							
							
								
								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  
				
					
						
							
							
								 
						
							
							
								430bf25958 
								
							
								 
							
						 
						
							
							
								
								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  
				
					
						
							
							
								 
						
							
							
								82f04d0335 
								
							
								 
							
						 
						
							
							
								
								Remove references to obsolete engine versions  
							
							... 
							
							
							
							Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							2020-10-26 15:45:07 +01:00  
				
					
						
							
							
								 
						
							
							
								2059160c94 
								
							
								 
							
						 
						
							
							
								
								Remove Docker Toolbox docs  
							
							... 
							
							
							
							Signed-off-by: Usha Mandya <usha.mandya@docker.com> 
							
						 
						
							2020-10-20 18:05:36 +01:00  
				
					
						
							
							
								 
						
							
							
								3a5b4e5a5a 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #11533  from thaJeztah/fixup_links  
							
							... 
							
							
							
							Various link fixes 
							
						 
						
							2020-10-13 11:42:10 +01:00  
				
					
						
							
							
								 
						
							
							
								e02cd8124d 
								
							
								 
							
						 
						
							
							
								
								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  
				
					
						
							
							
								 
						
							
							
								3ec5e7e073 
								
							
								 
							
						 
						
							
							
								
								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  
				
					
						
							
							
								 
						
							
							
								eaeb31604e 
								
							
								 
							
						 
						
							
							
								
								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  
				
					
						
							
							
								 
						
							
							
								5636e34037 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #11085  from usha-mandya/registry-patch  
							
							... 
							
							
							
							Add note on Docker Hub 
							
						 
						
							2020-07-03 15:37:00 +01:00  
				
					
						
							
							
								 
						
							
							
								dc7801c55b 
								
							
								 
							
						 
						
							
							
								
								Add note on Docker Hub  
							
							
							
						 
						
							2020-07-03 15:25:54 +01:00  
				
					
						
							
							
								 
						
							
							
								9fb104c9af 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #11080  from thaJeztah/remove_dtr_link  
							
							... 
							
							
							
							Remove some enterprise-only content 
							
						 
						
							2020-07-03 08:33:51 +01:00  
				
					
						
							
							
								 
						
							
							
								989101c8c8 
								
							
								 
							
						 
						
							
							
								
								Remove some references to enterprise products  
							
							... 
							
							
							
							Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							2020-07-02 23:36:48 +02:00  
				
					
						
							
							
								 
						
							
							
								40f4476dab 
								
							
								 
							
						 
						
							
							
								
								Remove not really implemented s3accelerate option ( #10993 )  
							
							... 
							
							
							
							ref https://github.com/docker/distribution/pull/2166  
							
						 
						
							2020-06-12 14:56:12 +01:00  
				
					
						
							
							
								 
						
							
							
								b338d2f6ac 
								
							
								 
							
						 
						
							
							
								
								Get Docker: fix broken links and wrap markdown to 80 char ( #10691 )  
							
							... 
							
							
							
							Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							2020-04-24 12:20:18 +01:00  
				
					
						
							
							
								 
						
							
							
								d642c3aebf 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #10615  from thaJeztah/relative_links  
							
							... 
							
							
							
							Use relative markdown links 
							
						 
						
							2020-04-23 15:44:55 +00:00  
				
					
						
							
							
								 
						
							
							
								aee0eeb354 
								
							
								 
							
						 
						
							
							
								
								registry: use relative markdown links  
							
							... 
							
							
							
							Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							2020-04-23 13:03:43 +02:00  
				
					
						
							
							
								 
						
							
							
								267e231de0 
								
							
								 
							
						 
						
							
							
								
								Fix various links that were generating URLs with `.md` ( #10548 )  
							
							... 
							
							
							
							* Fix incorrect links in compose section
there's a bug causing wrapped links to not work, and replacing
some links to point to the .md file, so that IDE's can check
if the anchors are valid. Also replaced some links to point
to their new location.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* engine/swarm: update links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Fix various broken links
There's a bug in the "jekyll-relative-links" plugin that causes wrapped links to not work.
Also replacing some links to point to the .md file, so that IDE's can check if the anchors
are valid. Finally, replaced some links to point to their new locations, so that users don't
get redirected..
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							2020-04-01 12:05:50 +01:00  
				
					
						
							
							
								 
						
							
							
								cb2a09fac2 
								
							
								 
							
						 
						
							
							
								
								Update tables from html to markdown format ( #10360 )  
							
							
							
						 
						
							2020-02-27 10:34:24 +00:00  
				
					
						
							
							
								 
						
							
							
								5e3911c2e6 
								
							
								 
							
						 
						
							
							
								
								update registry s3 storage driver docs to add skipverify flag  
							
							
							
						 
						
							2020-02-24 21:53:08 +11:00  
				
					
						
							
							
								 
						
							
							
								fdb1abd387 
								
							
								 
							
						 
						
							
							
								
								Added Nginx Recipe Redirect  
							
							
							
						 
						
							2020-01-10 12:39:40 +00:00  
				
					
						
							
							
								 
						
							
							
								f580993c80 
								
							
								 
							
						 
						
							
							
								
								fix typo  
							
							... 
							
							
							
							myregistrydomain.com/my-ubuntu -> myregistry.domain.com/my-ubuntu 
							
						 
						
							2019-10-31 17:46:24 +09:00  
				
					
						
							
							
								 
						
							
							
								fdee6a2ecf 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #9270  from das7pad/patch-1  
							
							... 
							
							
							
							[sec] nginx/compose: Drop aforementioned loophole 
							
						 
						
							2019-09-13 00:39:11 +02:00  
				
					
						
							
							
								 
						
							
							
								d61670894a 
								
							
								 
							
						 
						
							
							
								
								removing section for Chinese mirror  
							
							
							
						 
						
							2019-08-27 14:54:22 -07:00  
				
					
						
							
							
								 
						
							
							
								dfcc7bccca 
								
							
								 
							
						 
						
							
							
								
								[sec] nginx/compose: Drop aforementioned loophole  
							
							
							
						 
						
							2019-08-18 19:57:15 +02:00  
				
					
						
							
							
								 
						
							
							
								414cebd40e 
								
							
								 
							
						 
						
							
							
								
								Update link to DTR  
							
							
							
						 
						
							2019-05-12 20:02:12 -07:00  
				
					
						
							
							
								 
						
							
							
								3be1cdec0e 
								
							
								 
							
						 
						
							
							
								
								Update help.md  
							
							
							
						 
						
							2019-02-15 14:05:58 -08:00  
				
					
						
							
							
								 
						
							
							
								297ba124e6 
								
							
								 
							
						 
						
							
							
								
								Use consistent formatting for notes  
							
							... 
							
							
							
							Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							2019-02-09 00:49:57 +01:00  
				
					
						
							
							
								 
						
							
							
								415f4f4837 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8057  from Mueslint/patch-2  
							
							... 
							
							
							
							Update deploying.md 
							
						 
						
							2019-02-04 10:24:21 -08:00  
				
					
						
							
							
								 
						
							
							
								3aa9c1e8f8 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #6912  from perlun/patch-1  
							
							... 
							
							
							
							nginx.md: Add note about potential security isues 
							
						 
						
							2019-01-23 15:17:53 -05:00  
				
					
						
							
							
								 
						
							
							
								43b914b687 
								
							
								 
							
						 
						
							
							
								
								Update nginx.md  
							
							... 
							
							
							
							Fixed security warning, changed to "anyone who can log on to the server where your Docker Registry is running" 
							
						 
						
							2019-01-22 16:16:38 -07:00  
				
					
						
							
							
								 
						
							
							
								b98fb58a09 
								
							
								 
							
						 
						
							
							
								
								Document registry s3 transfer acceleration option.  
							
							... 
							
							
							
							https://github.com/docker/distribution/pull/2166  
						
							2019-01-21 21:16:51 +02:00  
				
					
						
							
							
								 
						
							
							
								560471b555 
								
							
								 
							
						 
						
							
							
								
								Update deploying.md  
							
							... 
							
							
							
							FIX syntax for zsh / mac os x term 
							
						 
						
							2019-01-21 16:56:33 +01:00