Include basic building/networking tools, emacs/vim editors for c/c++/clang/python/lua development.
10K+
Include basic building/networking tools, emacs/vim editors for c/c++/clang/python/lua development.
You can use root or default sudoer: u/Hell0 to login and play.
docker build -t centos-dev https://raw.githubusercontent.com/junjiemars/kit/master/docker/dev/centos.dockerfile
or you can download centos.dockefile then build from it.
docker run -w /home/u -h centos --privileged -u u -it --rm junjiemars/centos-dev /bin/bash
# gdb or lldb needs privileged permission
docker run --name centos-dev -w /home/u -h centos --privileged -d junjiemars/centos-dev
docker exec -it -u u centos-dev /bin/bash
Content type
Image
Digest
Size
394.5 MB
Last updated
over 8 years ago
docker pull junjiemars/centos-dev