Clarify tmux is independently useful in OMOS variant documentation
Publish Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
2026-04-11 16:36:15 +02:00
parent 986fed9e05
commit e50617d9b9
2 changed files with 81 additions and 4 deletions
+3 -1
View File
@@ -162,6 +162,8 @@ docker compose build --build-arg OPENCODE_VERSION=1.5.0
### Setup
A pre-built OMOS image is available on Docker Hub as `joakimp/opencode-devbox:latest-omos`. Alternatively, build from source:
**1. Build the image with OMOS support:**
```bash
@@ -306,7 +308,7 @@ Container (Debian bookworm)
├── git, ssh, ripgrep, fd, jq, curl, fzf
├── Node.js (for MCP servers)
├── Bun (optional — included with oh-my-opencode-slim)
├── tmux (optional — included with oh-my-opencode-slim)
├── tmux (optional — included with oh-my-opencode-slim, also useful independently)
├── entrypoint.sh (UID adjustment, git config, provider setup)
└── /workspace ← your code lives here
```