Skip to content

Docker image to run Minio on ARM devices

License

Notifications You must be signed in to change notification settings

zeiot-old/minio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPI Minio

  • Master : coverage report

Docker image of [Minio][] to use on ARM (7 & 8) devices

Configure binfmt-support on the Docker host (works locally or remotely, i.e: using boot2docker):

$ docker run --rm --privileged multiarch/qemu-user-static:register --reset

Then you can run an armhf image from your x86_64 Docker host :

$ make run version=x.x

Or build :

$ make build version=x.x

License

See LICENSE for the complete license.

Changelog

A ChangeLog.md is available.

Contact

Nicolas Lamirault nicolas.lamirault@gmail.com