Harshavardhana
cb0eaeaad8
feat: migrate to ROOT_USER/PASSWORD from ACCESS/SECRET_KEY ( #11185 )
4 years ago
unlimitedbits
cd380251b3
Support custom paths for secret files in docker-entrypoint.sh ( #10344 )
4 years ago
Harshavardhana
38eef5ce4c
fix: documentation fixes for docker ENV settings ( #9975 )
...
- update CREDITS file
- fix markdown links
- talk a bit more about upgrades
4 years ago
Harshavardhana
38cf263409
fix: docs remove goreportcard, its deprecated
5 years ago
Harshavardhana
a4ce1daf99
docs: Use --user to start container in non-root ( #7966 )
5 years ago
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.
5 years ago
Harshavardhana
91ceae23d0
Add support for customizable user ( #7569 )
6 years ago
ebozduman
78be3f8947
Removes the incorrect coverage badge from the docs ( #7651 )
6 years ago
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
6 years ago
Eco
3457e504cf
Spelling changes and fixed link ( #6596 )
6 years ago
Paul Trunk
bd9cdcf379
Add custom secret names for Docker ( #5355 )
7 years ago
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.
7 years ago
koolhead17
7f5e037846
docs: Update docker quick-start guide and adds relevant project URLS ( #4075 )
8 years ago
Harshavardhana
6e9ac8db59
docker: Support docker swarm secrets. ( #3977 )
...
Fixes #3896
8 years ago
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
8 years ago
Harshavardhana
a054c73e22
Add slack replace gitter ( #3584 )
8 years ago
koolhead17
f37f56ac15
docs: Added guide for distributed minio on Windows ( #3507 )
8 years ago
koolhead17
f3b346cbb3
docs: removed the Edge tag reference. ( #3366 )
8 years ago
koolhead17
694bad434c
docs: Modified the Docker doc to reflect distributed release image & ( #3362 )
...
modification.
8 years ago
koolhead17
3bcf7b7593
Docs: Modified Docker instruction adding distributed image tag. ( #3250 )
8 years ago
koolhead17
f024deb1f8
docs: Fixed path for docker compose ( #3156 )
8 years ago
Harshavardhana
490159ea89
docker: Move the docker document and compose to a separate dir. ( #3135 )
8 years ago
Harshavardhana
5e86352464
doc: Fix docker.md instructions and words.
8 years ago
Harshavardhana
92858c7db2
Fix docker documentation.
8 years ago
Harshavardhana
fdaa129a5b
Fix dockerfile container image. ( #2892 )
8 years ago
Aditya Manthramurthy
a1f922315b
Add docker-compose file to run Minio in distributed mode ( #2606 )
...
Serves as a starting point to run a Minio cluster using Docker. The
file can be used as configuration for the docker-compose tool to start
4 Minio servers in distributed mode.
* Add a docker-compose.yml file to run 4 minio server instances in
distributed mode
* Update Docker.md with command to use the file
8 years ago
Anis Elleuch
5c4dbc966f
Add Howto setup minio distributed with Docker
8 years ago
koolhead17
a7b5b8e63f
Doc: Modified the contents for Doctor. ( #2262 )
8 years ago
Dee Koder
b699795901
docs: Remove additional headings. Added standard heading. Include numbering. ( #2235 )
8 years ago
koolhead17
204ec2c6c0
doc:README.md/Updated to sync with docs.minio.io ( #2210 )
...
* doc:README.md/Updated to sync with docs.minio.io
* doc:README.me/Modified the minio server output terminal to reflect new release changes.
* docs:README.md/Modified and changed location of other markdown files.
8 years ago
Harshavardhana
6b3fc03701
docker: Update docker document
9 years ago
GarimaKapoor
ac30bef72a
Revised Docker.md ( #1311 )
9 years ago
Michael Werle
9fb1c79456
Improved Docker examples ( #1308 )
...
- Fixed a bug in the persistent docker command ("server" in place of "export")
- Added example of how to set consistent keys with ephemeral data, particularly useful for testing.
9 years ago
Matthew Buckett
bedd867c0b
The fs command doesn't work any more, using server
...
Also there's no /export/data folder which stops minio starting so using /export instead.
9 years ago
Harshavardhana
1b0bc814c4
docker: Fix docker Makefile.
9 years ago
Harshavardhana
1ef5ab3c28
docker: Fix docker command entry.
9 years ago
Krishna Srinivas
fd943c704d
docker: simplify docker run instructions.
9 years ago
Harshavardhana
2e3e164f16
Update Docker.md
9 years ago
Harshavardhana
f268762ec7
Fix docker documentation.
9 years ago
Atul Jha
41739e0913
Fix doc as per community member suggestion.
...
Added suggestion mentioned by our community member - fixes #1116
9 years ago
Harshavardhana
d4c91426a7
web: PresignedGet/Put targetHost should always have a valid value.
...
PresignedURLs should always be generated for the targetHost, so that
we can avoid signature issues.
9 years ago
Harshavardhana
91a092792a
presigned: Fix a bug in presigned request verification.
...
Additionally add Docker proxy configuration.
9 years ago
Harshavardhana
c9d2904e42
docker: Fix docker build.
9 years ago
Harshavardhana
1111e53a12
Fix docker.md with data volume container
9 years ago
Harshavardhana
10b6a6a74c
Update Docker.md
9 years ago
Krishna Srinivas
440bec28d9
docker: the docker image will now contain just the static binary
9 years ago