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
- Host: GitHub
- URL: https://github.com/theden/docker-dev-env
- Owner: TheDen
- Created: 2017-07-25T03:15:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T04:00:54.000Z (over 7 years ago)
- Last Synced: 2025-07-06T19:46:35.349Z (11 months ago)
- Language: Dockerfile
- Homepage:
- Size: 18.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.