https://github.com/lkorth/development-in-docker
A docker image for doing local development
https://github.com/lkorth/development-in-docker
Last synced: 2 months ago
JSON representation
A docker image for doing local development
- Host: GitHub
- URL: https://github.com/lkorth/development-in-docker
- Owner: lkorth
- Created: 2021-02-19T04:28:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T03:27:37.000Z (6 months ago)
- Last Synced: 2025-03-20T17:55:14.313Z (2 months ago)
- Language: Dockerfile
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Development in Docker
=====================## Why
Provide an ephemeral environment to install development packages, test things out and avoid mucking
up your host machine with every new language version or language manager.## Building
If you've changed the `Dockerfile` or don't have an existing instance of the image, run `./build.sh`
to build the latest instance of the docker image.## Running
Run `./start.sh` to start a docker container. If you pass a path as the first argument to `start.sh`,
that path will be mounted in `/home/docker/dev`, otherwise the current directory will be mounted to `/home/docker/dev`.