development environment of C language
10K+
linux: centos8
installed: gcc,gdb,vim,git
version: '3'
services:
c_test:
image: shuimengzhi/c_development_environment
container_name: c_test
environment:
- TZ=Asia/Shanghai
volumes:
- ../:/project
security_opt:
- seccomp:unconfined
cap_add:
- SYS_PTRACE
Content type
Image
Digest
Size
267.2 MB
Last updated
almost 6 years ago
docker pull shuimengzhi/c_development_environment