Docker 镜像:Cent OS 7 的 Yum 仓库
Github
Dockerhub
Docker file, Yum repository for CentOS 7.
Usage
Build
Build
docker build \
-t image.registry/yumrepo:0.1
Build with proxy
docker build \
--build-arg http_proxy=web.proxy:8080 \
--build-arg https_proxy=web.proxy:8080 \
-t image.r...
blog.fleeto.us1 min read