new
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
```
|
||||
|
||||
docker create --name nas-minio \
|
||||
--publish 9000:9000 \
|
||||
--publish 9001:9001 \
|
||||
--env MINIO_ROOT_USER="kyugao" \
|
||||
--env MINIO_ROOT_PASSWORD="Pureblood001" \
|
||||
--volume /var/services/homes/kyugao/minio_home:/data \
|
||||
--network=fixbridge --ip=172.16.0.4 \
|
||||
bitnami/minio:latest
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user