这是一个docker容器构建文件可以让你使用archlinux镜像构建出最新的C++开发环境。 This is a docker container build file that allows you to build the latest C++ development environment using archlinux images.
Go to file
Zengtudor 3cdd3afd27 更新 README.md
Signed-off-by: Zengtudor <zengtudor@outlook.com>
2024-10-14 08:40:55 +00:00
Dockerfile update 2024-10-12 16:55:37 +08:00
LICENSE Initial commit 2024-10-12 03:07:33 +00:00
README.md 更新 README.md 2024-10-14 08:40:55 +00:00
sshd_config update 2024-10-12 16:55:37 +08:00
startup.sh update 2024-10-12 16:55:37 +08:00

cpp-dev-env-docker

介绍

这是一个docker容器构建文件可以让你使用archlinux镜像构建出最新的C++开发环境。 适用于中国的网络环境镜像优化,使用了清华大学联合镜像库,设置了时区为北京时间。 有以下软件g++,gcc,gdb,clang,git,cmake,make,glances,which,htop,xmake,openssh 你可以通过导出22端口连接容器

This is a docker container build file that allows you to build the latest C++ development environment using archlinux images. It is suitable for China's network environment image optimization, using Tsinghua University joint image library, set the time zone to Beijing time. Have the following g + + software, GCC, GDB, clang, git, cmake, make glances, which, htop, xmake , openssh You can use port 22 to connect the container.

# /etc/ssh/sshd_config
...
PermitRootLogin yes
...
PasswordAuthentication yes
...
docker pull crpi-ajiqj8zhe3sie5ou.cn-hongkong.personal.cr.aliyuncs.com/zengtudor/cpp-dev
docker pull ccr.ccs.tencentyun.com/zengtudor/cpp-dev