Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 555 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 555 Bytes

Description

A ready-to-go development environment in docker containers.

Example of VS Code in Firefox

Prerequisites

  • Have a linux host with docker installed (note: snap installation is broken as devenv needs to read in your actual $HOME).
  • An ssh identity in ~/.ssh/id_rsa

Installation

  • Open example.env and set your preferred configuration.
  • Rename example.env to .env
  • Run start.sh

Usage