Hacker News new | ask | show | jobs
by atomi 3131 days ago
It's Java though. Minio runs on my rpi0 in an ~80Mb docker container.
1 comments

Java hate is unnecessary. S3Proxy has low memory usage and a similar image size.
Perhaps a better response would be outlining how much memory it actually takes? This way people can decide (i.e. if they care deeply about the memory footprint)
I ran the docker container and it uses 56.97MiB without any requests going through.

    docker run -d --publish 80:80 --env S3PROXY_AUTHORIZATION=none andrewgaul/s3proxy
    docker stats