Reproducible development environment.
WARP facilitates full recreation of my development environment (Dev Env) in different environments:
- Playbooks A set of Ansible Playbooks used to provision the Dev Env on a new computer / upgrade an existing computer.
- Container portable container development environment
ghcr.io/mrzzy/warp
:- CLI based tooling based on TTYD.
- Available for
linux/arm64
andlinux/amd64
platforms.
Run the WARP container & obtain a shell:
docker-compose up warp -d
docker-compose exec warp sudo -u ubuntu /home/ubuntu/.local/bin/zsh
Alternatively, the Dev Env is also accessible via web browser at http://localhost:7681.