Skip to content

Commit 08dd9c0

Browse files
committed
docs: add docker usage
1 parent 7be367f commit 08dd9c0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ brew install rustfs/tap/rc
3131
cargo install rustfs-cli
3232
```
3333

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+
3445
### Build from Source
3546

3647
```bash

0 commit comments

Comments
 (0)