We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81714bb commit 0ac6cecCopy full SHA for 0ac6cec
Makefile
@@ -67,7 +67,7 @@ assets:
67
test-integration:
68
@echo "docker run with MinIO Version below:"
69
@echo $(MINIO_VERSION)
70
- @(docker run -d --name minio --rm -p 9000:9000 $(MINIO_VERSION) server /data{1...4} && sleep 5)
+ @(docker run -v /data1 -v /data2 -v /data3 -v /data4 -d --name minio --rm -p 9000:9000 $(MINIO_VERSION) server /data{1...4} && sleep 5)
71
@(GO111MODULE=on go test -race -v github.com/minio/console/integration/...)
72
@(docker stop minio)
73
0 commit comments