2024-10-12 03:07:33 +00:00
|
|
|
# cpp-dev-env-docker
|
2024-10-14 08:40:55 +00:00
|
|
|
## 介绍
|
2024-10-12 03:07:33 +00:00
|
|
|
|
2024-10-12 03:11:43 +00:00
|
|
|
>这是一个docker容器构建文件可以让你使用archlinux镜像构建出最新的C++开发环境。
|
|
|
|
>适用于中国的网络环境镜像优化,使用了清华大学联合镜像库,设置了时区为北京时间。
|
2024-10-12 08:55:37 +00:00
|
|
|
>有以下软件g++,gcc,gdb,clang,git,cmake,make,glances,which,htop,xmake,openssh
|
|
|
|
>你可以通过导出22端口连接容器
|
2024-10-12 03:11:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
>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.
|
2024-10-12 08:55:37 +00:00
|
|
|
>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.
|
2024-10-12 03:11:43 +00:00
|
|
|
|
2024-10-12 08:55:37 +00:00
|
|
|
```
|
|
|
|
# /etc/ssh/sshd_config
|
|
|
|
...
|
|
|
|
PermitRootLogin yes
|
|
|
|
...
|
|
|
|
PasswordAuthentication yes
|
|
|
|
...
|
2024-10-14 08:40:55 +00:00
|
|
|
```
|
|
|
|
## links
|
|
|
|
|
|
|
|
```
|
|
|
|
docker pull crpi-ajiqj8zhe3sie5ou.cn-hongkong.personal.cr.aliyuncs.com/zengtudor/cpp-dev
|
|
|
|
docker pull ccr.ccs.tencentyun.com/zengtudor/cpp-dev
|
|
|
|
|
|
|
|
```
|