Sign inSign up

junjiemars/centos-dev

By junjiemars

•Updated over 8 years ago

Include basic building/networking tools, emacs/vim editors for c/c++/clang/python/lua development.

Image
1

10K+

junjiemars/centos-dev repository overview

⁠Basic CentOS Development Environment

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.

⁠Build from Dockerfile
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.

⁠Play with centos-dev Docker Container
  • once a time
docker run -w /home/u -h centos --privileged -u u -it --rm junjiemars/centos-dev /bin/bash
  • as daemon
# 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

Tag summary

Content type

Image

Digest

Size

394.5 MB

Last updated

over 8 years ago

docker pull junjiemars/centos-dev