This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
minio
mirror of
https://github.com/minio/minio.git
Watch
1
Star
0
Fork
You've already forked minio
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6e5c61d917
minio
/
.dockerignore
11 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add a basic .dockerignore file to reduce docker context in `make docker` (#8282) - Add useful default tag to dev docker image build using `make docker`
2019-09-20 19:19:56 -04:00
.git
.github
fix: for containers use root-disk detection cleverly (#11593) root-disk implemented currently had issues where root disk partitions getting modified might race and provide incorrect results, to avoid this lets rely again back on DeviceID and match it instead. In-case of containers `/data` is one such extra entity that needs to be verified for root disk, due to how 'overlay' filesystem works and the 'overlay' presents a completely different 'device' id - using `/data` as another entity for fallback helps because our containers describe 'VOLUME' parameter that allows containers to automatically have a virtual `/data` that points to the container root path this can either be at `/` or `/var/lib/` (on different partition)
2021-02-22 13:32:21 -05:00
docs
CREDITS
default.etcd
browser
*.gz
*.tar.gz
*.bzip2
*.zip