From 72018474abdf9330face8e8d6dc3a1d0ebe25847 Mon Sep 17 00:00:00 2001 From: Bryant Sell Date: Tue, 24 Oct 2017 11:37:52 -0400 Subject: [PATCH] Update docker command to run minio server The cli was apparently changed and server is required. Found here: https://docs.minio.io/docs/minio-docker-quickstart-guide --- docs/install/autoscaling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/autoscaling.md b/docs/install/autoscaling.md index 8a45f250..4ec79b3d 100644 --- a/docs/install/autoscaling.md +++ b/docs/install/autoscaling.md @@ -85,7 +85,7 @@ more in [Distributed runners caching][caching]. docker run -it --restart always -p 9005:9000 \ -v /.minio:/root/.minio -v /export:/export \ --name minio \ - minio/minio:latest /export + minio/minio:latest server /export ``` You can modify the port `9005` to expose the cache server on different port.