An open API service indexing awesome lists of open source software.

https://github.com/howdoicomputer/docker-devenv

A base setup for establishing disposable dev environment.
https://github.com/howdoicomputer/docker-devenv

Last synced: 5 months ago
JSON representation

A base setup for establishing disposable dev environment.

Awesome Lists containing this project

README

          

# docker-devenv
A base setup for establishing disposable dev environment.

### Introduction

This is a burgeoning project to try and get disposable containers up and going for my projects.

The Dockerfile in this project will pull down my dotfiles and setup a dev user. It's an abstract container that is meant to be a base for other projects to inherit from.

### Notes

The ```run.sh``` script mounts your ssh directory as a volume so you can use your private key.