wolfdeng/rust-centos

By wolfdeng

Updated over 5 years ago

Image

41

rust-docker

rust-centos

基于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 Command

docker pull wolfdeng/rust-centos