Sign inSign up

alexwoo/centos-dev

By alexwoo

•Updated over 3 years ago

A Centos enviroment for go and C/C++ development

Image
0

10K+

alexwoo/centos-dev repository overview

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

Tag summary

Content type

Image

Digest

sha256:b19176755…

Size

522.2 MB

Last updated

over 3 years ago

docker pull alexwoo/centos-dev