Fix README data -> container-home

This commit is contained in:
Jeena 2026-01-15 12:20:26 +09:00
parent b1f356c5f5
commit 57ef6454c6

View file

@ -9,7 +9,7 @@ the host.
- Arch Linuxbased image - Arch Linuxbased image
- Runs as the host user (same username, UID, GID) - Runs as the host user (same username, UID, GID)
- Mounts only the current project directory (same absolute path inside container) - Mounts only the current project directory (same absolute path inside container)
- Persists OpenCode state in ./data directory - Persists OpenCode state in ./container-home directory
- No access to SSH keys, passwords, or full `$HOME` - No access to SSH keys, passwords, or full `$HOME`
- Simple shell function (`opencode`) to launch interactively - Simple shell function (`opencode`) to launch interactively