Daryl White 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d44f3526dc 
							
						 
					 
					
						
						
							
							Update links to documentation site ( #15750 )  
						
						
						
						
					 
					
						2022-09-28 21:28:45 -07:00 
						 
				 
			
				
					
						
							
							
								Pierre Kancir 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d0862ddf86 
							
						 
					 
					
						
						
							
							doc: add console-address on all example ( #14307 )  
						
						... 
						
						
						
						--console-address ":9001" is  missing on docker example for regular user. 
						
						
					 
					
						2022-02-15 09:26:04 -08:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f088e8960b 
							
						 
					 
					
						
						
							
							docs: turn-on more markdown rules and fix them ( #14301 )  
						
						
						
						
					 
					
						2022-02-14 08:50:42 -08:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e3e0532613 
							
						 
					 
					
						
						
							
							cleanup markdown docs across multiple files ( #14296 )  
						
						... 
						
						
						
						enable markdown-linter 
						
						
					 
					
						2022-02-11 16:51:25 -08:00 
						 
				 
			
				
					
						
							
							
								Ravind Kumar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c76f86fdbd 
							
						 
					 
					
						
						
							
							Clarify example for Standalone Docker instructions ( #13879 )  
						
						... 
						
						
						
						Closes  #13868  
Also points users to the web documentation for docker installation. 
					
						2021-12-10 09:43:02 -08:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
						
						
							
						
						
							f486cfae86 
							
						 
					 
					
						
						
							
							point all docs for containers to quay.io  
						
						
						
						
					 
					
						2021-09-01 18:48:26 -07:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
						
						
							
						
						
							55b08403cb 
							
						 
					 
					
						
						
							
							update docker docs with --console-address  
						
						... 
						
						
						
						also update the orchestration docs for nginx
proxy for console.
fixes  #12660  
						
						
					 
					
						2021-07-11 19:44:53 -07:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
						
						
							
						
						
							f27513ff28 
							
						 
					 
					
						
						
							
							remove all docker swarm references  
						
						
						
						
					 
					
						2021-05-31 18:55:21 -07:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cb0eaeaad8 
							
						 
					 
					
						
						
							
							feat: migrate to ROOT_USER/PASSWORD from ACCESS/SECRET_KEY ( #11185 )  
						
						
						
						
					 
					
						2021-01-05 10:22:57 -08:00 
						 
				 
			
				
					
						
							
							
								unlimitedbits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd380251b3 
							
						 
					 
					
						
						
							
							Support custom paths for secret files in docker-entrypoint.sh ( #10344 )  
						
						
						
						
					 
					
						2020-08-28 14:04:29 -07:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							38eef5ce4c 
							
						 
					 
					
						
						
							
							fix: documentation fixes for docker ENV settings ( #9975 )  
						
						... 
						
						
						
						- update CREDITS file
- fix markdown links
- talk a bit more about upgrades 
						
						
					 
					
						2020-07-06 06:42:34 -07:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
						
						
							
						
						
							38cf263409 
							
						 
					 
					
						
						
							
							fix: docs remove goreportcard, its deprecated  
						
						
						
						
					 
					
						2020-03-24 14:51:06 -07:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
						
						
							
						
						
							a4ce1daf99 
							
						 
					 
					
						
						
							
							docs: Use --user to start container in non-root ( #7966 )  
						
						
						
						
					 
					
						2019-07-24 17:35:52 -07:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
						
						
							
						
						
							55dd017e62 
							
						 
					 
					
						
						
							
							Deprecate auto detection of container user ( #7930 )  
						
						... 
						
						
						
						There is no reliable way to handle fallbacks for
MinIO deployments, due to various command line
options and multiple locations which require
access inside container.
Parsing command line options is tricky to figure
out which is the backend disk etc, we did try
to fix this in implementations of check-user.go
but it wasn't complete and introduced more bugs.
This PR simplifies the entire approach to rather
than running Docker container as non-root by default
always, it allows users to opt-in. Such that they
are aware that that is what they are planning to do.
In-fact there are other ways docker containers can
be run as regular users, without modifying our
internal behavior and adding more complexities. 
						
						
					 
					
						2019-07-17 19:20:55 +01:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
						
						
							
						
						
							91ceae23d0 
							
						 
					 
					
						
						
							
							Add support for customizable user ( #7569 )  
						
						
						
						
					 
					
						2019-06-10 20:27:42 +05:30 
						 
				 
			
				
					
						
							
							
								ebozduman 
							
						 
					 
					
						
						
						
						
							
						
						
							78be3f8947 
							
						 
					 
					
						
						
							
							Removes the incorrect coverage badge from the docs ( #7651 )  
						
						
						
						
					 
					
						2019-05-16 12:11:49 +05:30 
						 
				 
			
				
					
						
							
							
								kannappanr 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5ecac91a55 
							
						 
					 
					
						
						
							
							Replace Minio refs in docs with MinIO and links ( #7494 )  
						
						
						
						
					 
					
						2019-04-09 11:39:42 -07:00 
						 
				 
			
				
					
						
							
							
								Eco 
							
						 
					 
					
						
						
						
						
							
						
						
							3457e504cf 
							
						 
					 
					
						
						
							
							Spelling changes and fixed link ( #6596 )  
						
						
						
						
					 
					
						2018-10-17 10:55:55 -07:00 
						 
				 
			
				
					
						
							
							
								Paul Trunk 
							
						 
					 
					
						
						
						
						
							
						
						
							bd9cdcf379 
							
						 
					 
					
						
						
							
							Add custom secret names for Docker ( #5355 )  
						
						
						
						
					 
					
						2018-01-09 10:46:25 +05:30 
						 
				 
			
				
					
						
							
							
								Nitish Tiwari 
							
						 
					 
					
						
						
						
						
							
						
						
							69555f1224 
							
						 
					 
					
						
						
							
							Update Docker commands to use /data as example directory ( #4825 )  
						
						... 
						
						
						
						/data as default makes it easy to understand and shortens
the example Minio command for Docker. 
						
						
					 
					
						2017-08-17 10:56:25 -07:00 
						 
				 
			
				
					
						
							
							
								koolhead17 
							
						 
					 
					
						
						
						
						
							
						
						
							7f5e037846 
							
						 
					 
					
						
						
							
							docs: Update docker quick-start guide and adds relevant project URLS ( #4075 )  
						
						
						
						
					 
					
						2017-04-11 00:53:33 -07:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
						
						
							
						
						
							6e9ac8db59 
							
						 
					 
					
						
						
							
							docker: Support docker swarm secrets. ( #3977 )  
						
						... 
						
						
						
						Fixes  #3896  
					
						2017-04-08 01:43:40 -07:00 
						 
				 
			
				
					
						
							
							
								Nitish Tiwari 
							
						 
					 
					
						
						
						
						
							
						
						
							a8cb43926a 
							
						 
					 
					
						
						
							
							Docker guide fix ( #3992 )  
						
						... 
						
						
						
						* Update Docker quick start guide
- Add Compose to orchestration section.
- Refer Swarm from Docker quick start guide.
- Add common Docker commands to quick start guide.
* Paragraph cleanup 
						
						
					 
					
						2017-03-28 13:54:19 -07:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
						
						
							
						
						
							a054c73e22 
							
						 
					 
					
						
						
							
							Add slack replace gitter ( #3584 )  
						
						
						
						
					 
					
						2017-01-16 15:26:26 -08:00 
						 
				 
			
				
					
						
							
							
								koolhead17 
							
						 
					 
					
						
						
						
						
							
						
						
							f37f56ac15 
							
						 
					 
					
						
						
							
							docs: Added guide for distributed minio on Windows ( #3507 )  
						
						
						
						
					 
					
						2017-01-07 18:35:12 -08:00 
						 
				 
			
				
					
						
							
							
								koolhead17 
							
						 
					 
					
						
						
						
						
							
						
						
							f3b346cbb3 
							
						 
					 
					
						
						
							
							docs: removed the Edge tag reference. ( #3366 )  
						
						
						
						
					 
					
						2016-12-02 10:47:18 -08:00 
						 
				 
			
				
					
						
							
							
								koolhead17 
							
						 
					 
					
						
						
						
						
							
						
						
							694bad434c 
							
						 
					 
					
						
						
							
							docs: Modified the Docker doc to reflect distributed release image & ( #3362 )  
						
						... 
						
						
						
						modification. 
						
						
					 
					
						2016-11-28 12:45:35 -08:00 
						 
				 
			
				
					
						
							
							
								Krishnan Parthasarathi 
							
						 
					 
					
						
						
						
						
							
						
						
							81eb7c0301 
							
						 
					 
					
						
						
							
							Have separate directory names for docker-compose and Dockerfile ( #3292 )  
						
						
						
						
					 
					
						2016-11-19 10:42:22 -08:00 
						 
				 
			
				
					
						
							
							
								koolhead17 
							
						 
					 
					
						
						
						
						
							
						
						
							3bcf7b7593 
							
						 
					 
					
						
						
							
							Docs: Modified Docker instruction adding distributed image tag. ( #3250 )  
						
						
						
						
					 
					
						2016-11-13 13:40:56 -08:00 
						 
				 
			
				
					
						
							
							
								koolhead17 
							
						 
					 
					
						
						
						
						
							
						
						
							f024deb1f8 
							
						 
					 
					
						
						
							
							docs: Fixed path for docker compose ( #3156 )  
						
						
						
						
					 
					
						2016-11-02 08:54:20 -07:00 
						 
				 
			
				
					
						
							
							
								Harshavardhana 
							
						 
					 
					
						
						
						
						
							
						
						
							490159ea89 
							
						 
					 
					
						
						
							
							docker: Move the docker document and compose to a separate dir. ( #3135 )  
						
						
						
						
					 
					
						2016-10-31 02:08:16 -07:00