ubuntu 20.04 + gcc 9.4.0 + cmake 3.16.0
因 gcc 环境安装耗时极长,故这主要是为了编译加速而设
- 首次使用时在系统安装 git、 docker 和 docker-compose
- 拉取此仓库到本地任意位置
git clone https://github.com/lyy289065406/ubuntu-gcc-cmake-docker
bin
目录下为 docker 操作脚本,*.sh
为 linux/mac 脚本,*.ps1
为 windows 脚本,按需选用即可:
- 清理镜像:
bin/clean.sh
或bin/clean.ps1
- 构建镜像:
bin/build.sh
或bin/clean.ps1
(首次执行耗时较长) - 发布镜像:
bin/deploy.sh
或bin/deploy.ps1
(如需发布到自己的空间请修改NAMESPACE
) - 运行容器:
bin/run.sh
或bin/run.ps1
- 停止容器:
bin/stop.sh
或bin/stop.ps1
最新镜像已发布到 docker hub :
docker pull expm02/ubuntu-gcc-cmake-docker:latest