瀏覽代碼

Create Minio runner for local testing

DricomDragon 4 年之前
父節點
當前提交
21d4f3a77f
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      run_minio.sh

+ 5 - 0
run_minio.sh

@@ -0,0 +1,5 @@
+#!/bin/sh
+
+# Run testing instance of Minio
+# https://min.io/download#/linux
+docker run -it -e MINIO_ACCESS_KEY=minio -e MINIO_SECRET_KEY=miniokey minio/minio server /data