Sign inSign up

shuimengzhi/c_development_environment

By shuimengzhi

•Updated almost 6 years ago

development environment of C language

Image
0

10K+

shuimengzhi/c_development_environment repository overview

linux: centos8

installed: gcc,gdb,vim,git

⁠docker-compose.yml

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

Tag summary

Content type

Image

Digest

Size

267.2 MB

Last updated

almost 6 years ago

docker pull shuimengzhi/c_development_environment