摘要: docker search **** 查看仓库里的镜像 启动容器,挂载/etc/localtime到容器内解决容器内系统时间不匹配问题 docker run -t -i daocloud.io/library/centos -v /etc/localtime:/etc/localtime /bin/ 阅读全文
posted @ 2018-04-12 16:28 奔波儿 阅读(126) 评论(0) 推荐(0)