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

https://github.com/theden/docker-dev-env

Docker container for linux development
https://github.com/theden/docker-dev-env

Last synced: 4 months ago
JSON representation

Docker container for linux development

Awesome Lists containing this project

README

          

# docker-dev-env

A linux container for local Development.

## Usage

`make build`: Builds the docker image.

`make run`: Runs `bash` on the docker container (with the `-P` flag).

`make run-mount`: Like `make run`, but runs the docker container with the current working directory mounted on `/`. The env var `MOUNTDIR` can be passed to mount any other folder.

`make exec`: Runs `docker exec` with `bash` on existing running container.

`make kill`: Kills all running `docker-dev-env` containers.