Skip to content

randommm/opencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opencode with tools

Just Opencode in a container with some tools.

Usage:

podman run -it --rm \
  -v "$(pwd):/app:Z" \
  -w "/app" \
  -v "$HOME/.opencode:/root/.opencode:Z" \
  -v "$HOME/.local/share/opencode:/root/.local/share/opencode:Z" \
  -v "$HOME/.local/state/opencode:/root/.local/state/opencode:Z" \
  -v "$HOME/.config/opencode:/root/.config/opencode:Z" \
  -v "$HOME/.cache/opencode:/root/.cache/opencode:Z" \
  --network host \
  --volume /tmp/.X11-unix:/tmp/.X11-unix:ro \
  --volume $HOME/.Xauthority:/root/.Xauthority:ro \
  --env DISPLAY=$DISPLAY \
  ghcr.io/randommm/opencode

You might need to create the dirs first:

mkdir -p \
  $HOME/.opencode \
  $HOME/.local/share/opencode \
  $HOME/.local/state/opencode \
  $HOME/.config/opencode \
  $HOME/.cache/opencode

About

No description, website, or topics provided.

Resources

License

Apache-2.0, CC0-1.0 licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
CC0-1.0
LICENSE-CC0

Stars

Watchers

Forks

Releases

No releases published

Packages