A Centos enviroment for go and C/C++ development
10K+
A Centos enviroment for go and C/C++ development, it include compile, network, trace tools
Docker file is under github:
https://github.com/AlexWoo/aw_script/tree/master/System
For building image, you can use script:
https://github.com/AlexWoo/aw_script/blob/master/System/install
Run centos-dev:
docker run --rm -v /path/to/user/work/path:/root/work/ -p 22:22 alexwoo/centos-dev
instead /path/to/user/work/path to your own path as:
docker run --rm -v ~/Github:/root/work/ -p 22:22 alexwoo/centos-dev
then you can use "ssh [email protected]" for login into docker container
Content type
Image
Digest
sha256:b19176755…
Size
522.2 MB
Last updated
over 3 years ago
docker pull alexwoo/centos-dev