webhippie/minio

By webhippie

Updated 8 days ago

Docker images for MinIO

Image
3

5M+

webhippie/minio repository overview

minio

Docker Build GitHub Repo

These are docker images for MinIO running on our Alpine Linux image.

Versions

For the available versions please look at Docker Hub or Quay or check the existing folders within the GitHub repository.

Volumes

  • /var/lib/minio

Ports

  • 9000

Available environment variables

MINIO_ADDRESS = 0.0.0.0:9000
MINIO_CONSOLE_ADDRESS = 0.0.0.0:9001
MINIO_HEALTHCHECK_CODE = 200
MINIO_HEALTHCHECK_URL = http://${MINIO_ADDRESS}/minio/health/live
MINIO_ROOT_PASSWORD = $(< /dev/urandom tr -dc _A-Za-z0-9+- | head -c40)
MINIO_ROOT_USER = $(< /dev/urandom tr -dc A-Z0-9 | head -c20)
MINIO_SKIP_CHOWN = false
MINIO_START_DIRECTORY = /var/lib/minio

Extracted by the command: grep -hE ': "\$\{(.*)\}"' latest/overlay/etc/entrypoint.d/*.sh | sed 's/: "\${//' | sed 's/:="/ = /' | sed 's/"}"$//' | sort | uniq

Inherited environment variables

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

MIT

Copyright (c) 2015 Thomas Boerger <http://www.webhippie.de>

Tag summary

Content type

Image

Digest

sha256:1d135c185

Size

88.4 MB

Last updated

8 days ago

docker pull webhippie/minio