Skip to content

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

License

Notifications You must be signed in to change notification settings

yscialom/devenv

Repository files navigation

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