August 2019
Beginner
608 pages
16h 7m
English
This is also conveniently available as a Docker image. It is recommended to run this on a dedicated host because the storage that's involved can grow quite large, and you don't want this service to take down any other service that is running on that host.
Run the container with the following command:
docker run -it -p 9005:9000 -v ~/.minio:/root/.minio -v /s3:/export --name caching-server minio/minio:latest server /export
Take note of the /s3 volume that is mounted in the container, which will serve as the directory that stores the cached objects.
The output of the preceding command will appear after some time:
latest: Pulling from minio/minio e7c96db7181b: Already exists 94d4d681d0f2: Pull complete 664c3f016f88: ...
Read now
Unlock full access