Browse Source

Create Minio runner for local testing

DricomDragon 4 năm trước cách đây
mục cha
commit
21d4f3a77f
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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