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.
- Host: GitHub
- URL: https://github.com/howdoicomputer/docker-devenv
- Owner: howdoicomputer
- Created: 2015-02-21T23:22:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T19:33:06.000Z (over 11 years ago)
- Last Synced: 2025-09-08T02:22:34.954Z (11 months ago)
- Language: VimL
- Size: 145 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.