These are docker images for MinIO running on our Alpine Linux image.
For the available versions please look at Docker Hub or Quay or check the existing folders within the GitHub repository.
- /var/lib/minio
- 9000
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/minioExtracted by the command: grep -hE ': "\$\{(.*)\}"' latest/overlay/etc/entrypoint.d/*.sh | sed 's/: "\${//' | sed 's/:="/ = /' | sed 's/"}"$//' | sort | uniq
Fork -> Patch -> Push -> Pull Request
MIT
Copyright (c) 2015 Thomas Boerger <http://www.webhippie.de>