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 ec6fa0c commit 7d7e4baCopy full SHA for 7d7e4ba
1 file changed
docs/zh/installation/docker.md
@@ -39,7 +39,7 @@ docker pull quay.io/rustfs/rustfs
39
40
或者使用 docker 拉取:
41
```bash
42
-docker pull docker://rustfs/rustfs
+docker pull rustfs/rustfs
43
44
```
45
@@ -102,7 +102,6 @@ docker run -d \
102
-e RUSTFS_CONSOLE_ENABLE=true \
103
-e RUSTFS_SERVER_DOMAINS=example.com \
104
rustfs/rustfs:latest \
105
- ./target/debug/rustfs \
106
--address :9000 \
107
--console-address :9001 \
108
--console-enable \
0 commit comments