Back
wolfdeng/rust-centos
By wolfdeng
41
基于centos:centos7.2.1511的基础进行构建rust-1.39.0的运行环境。
centos:centos7.2.1511
rust-1.39.0
下载镜像
docker pull wolfdeng/rust-centos:1.39.0
启动容器
docker run -it --rm -v ${pwd}:/source wolf.deng/rust-centos:1.39.0 bash
docker pull wolfdeng/rust-centos