docs: add Docker installation option for OpenCode

This commit is contained in:
Dax Raad
2025-11-22 14:13:04 -05:00
parent e7dc4e2365
commit 5b8fe7cbd3
+6
View File
@@ -112,6 +112,12 @@ You can also install it with the following commands:
mise use --pin -g ubi:sst/opencode mise use --pin -g ubi:sst/opencode
``` ```
- **Using Docker**
```bash
docker run -it --rm ghcr.io/sst/opencode
```
Support for installing OpenCode on Windows using Bun is currently in progress. Support for installing OpenCode on Windows using Bun is currently in progress.
You can also grab the binary from the [Releases](https://github.com/sst/opencode/releases). You can also grab the binary from the [Releases](https://github.com/sst/opencode/releases).