AndydeCleyre / zpy

Manage Python environments in Zsh, with uv or pip-tools
https://andydecleyre.github.io/zpy/
The Unlicense
84 stars 1 forks source link

Create demo container #5

Closed AndydeCleyre closed 4 years ago

AndydeCleyre commented 5 years ago

Create with buildah, base on alpine, include python, zsh, pcregrep, fzf, micro, git, highlight, and a friendly zsh environment (maybe zulu for the simplicity/size; need to compare to prezto or others). Ensure completions and decent prompt info.

Push to dockerhub.

Consider default volume mounting.

Will allow users to quickly try the project out, either totally inside or interacting with their local system. Also will be used for better demo videos/screenshots/asciicasts.

Maybe use same container for tests.