We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be367f commit 08dd9c0Copy full SHA for 08dd9c0
1 file changed
README.md
@@ -31,6 +31,17 @@ brew install rustfs/tap/rc
31
cargo install rustfs-cli
32
```
33
34
+### Docker
35
+
36
+```bash
37
+# Show help
38
+docker run --rm rustfs/rc:latest --help
39
40
+# Run a command with a local RustFS instance
41
+docker run --rm --network host rustfs/rc:latest \
42
+ alias set local http://localhost:9000 accesskey secretkey
43
+```
44
45
### Build from Source
46
47
```bash
0 commit comments