Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 924 Bytes

File metadata and controls

25 lines (16 loc) · 924 Bytes

WARP

Build Status

Reproducible development environment.

Introduction

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 and linux/amd64 platforms.

Usage

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.