https://github.com/nachinius/docker-c-dev
A linux environement for confortable c development
https://github.com/nachinius/docker-c-dev
c development-environment docker linux-environment
Last synced: 6 months ago
JSON representation
A linux environement for confortable c development
- Host: GitHub
- URL: https://github.com/nachinius/docker-c-dev
- Owner: nachinius
- License: mit
- Created: 2017-05-24T17:35:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T07:29:33.000Z (over 2 years ago)
- Last Synced: 2023-10-17T12:57:30.199Z (over 2 years ago)
- Topics: c, development-environment, docker, linux-environment
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A docker linux environment for C development
A linux environement for comfortable c development
https://hub.docker.com/r/nachinius/c-dev/
A friendly environment to develop in C.
- gcc, gdb, & colormake
- vim + exuberant-ctags
- bash-completion
- manpages-dev (colorized) for reference
- libc-dbg & locate to easily find the source code
- nodejs
- kernel-headers-generic
## use
### build
docker build -t cdev .
### use
docker run -it --rm -v "$PWD":/usr/src/app -w /usr/src/app cdev /bin/bash