Git Product home page Git Product logo

minio-arm's Introduction

Docker Pulls

Minio Docker Container for ARM

This Dockerfile installs Minio on your ARM-Platform (e.g. Raspberry Pi)

Minio

Please visit the Minio Website for more details https://minio.io

Minio is an object storage server released under Apache License v2.0. It is compatible with Amazon S3 cloud storage service. It is best suited for storing unstructured data such as photos, videos, log files, backups and container / VM images. Size of an object can range from a few KBs to a maximum of 5TB.

Minio server is light enough to be bundled with the application stack, similar to NodeJS, Redis and MySQL.

Installation

$ sudo docker build -t minio-arm .

Or you can pull it from hub.docker.io

$ sudo docker pull pixelchrome/minio-arm

Run Minio Standalone on Docker

sudo docker run -p 9000:9000 -v /export/minio -v /export/mino-config:/root/.minio minio-arm server /export

Detailed information

A more detailed description can be found here https://docs.minio.io/docs/minio-docker-quickstart-guide

Not tested

Distributed Minio on Docker has not been tested

Whats the Dockerfile.arm32v7 & Dockerfile.arm64v8?

The Dockerfile.arm32v7 & Dockerfile.arm64v8 have been created to use the automated build process on the Hub. Also the scripts in the hooks directory.

As DockerHub is not natively building ARM-Images, it is necessary to find a way around that limitation.

Thanks to trion.de for their detailed article how to get it running (link below).

Links

minio-arm's People

Contributors

pixelchrome avatar adampetr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.