Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

container-examples/alpine-minio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minio Docker Repository on Quay

Versions

Alpine : 3.7
Minio : latest

Credentials

Default :

  • MINIO_ACCESS_KEY : docker-minio,
  • MINIO_SECRET_KEY : docker-minio,
  • MINIO_BROWSER : on

Custom : In the .env file, change the different values to suit your needs.

Commands

Pull : docker pull quay.io/perriea/alpine-minio:1.0
Run : docker run -d -p 9000:9000 --env-file .env quay.io/perriea/alpine-minio:1.0