Category Archives: Docker

Push docker image to GCR for kubernetes 推送和拉取映像

本页面介绍如何推送和拉取映像,这是使用 Container Registry 时的两项最常见任务。要将新映像推送到 Container Registry,您首先需要使用注册表名称来标记该映像,如下所述。 要开始使用 Container... Read More | Share it now!

docker save / load image

docker save Estimated reading time: 1 minute Description Save one or more images to a tar archive (streamed to STDOUT by default) Usage Options Name, shorthand Default Description --output , -o Write to a file, instead of STDOUT Parent... Read More | Share it now!

Docker容器使用问题:Failed to get D-Bus connection: Operation not permitted

刚开始接触Docker的朋友,可能会遇到这么一个问题,使用centos7镜像创建容器后,在里面使用systemctl启动服务报错。针对这个报错,我们接下来就分析下! # docker run -itd –name centos7 centos:7 #... Read More | Share it now!