Git Product home page Git Product logo

gcr.io's Introduction

gcr.io

Build Status

all of the gcr.io docker image mirror

gcr.io

仓库说明

gcr(Google Container Registry)同步仓库列表。

同步后的镜像文件位于dockerhub的gcrcontainer账号中。

本仓库由travis-ci每天自动定时构建(以保证尽量与gcr同步)。

同步工具源码位于latelee/gcrsync。感谢原作者mritd提供源码。

命令空间

gcr.io有许多不同的命名空间,对应本仓库相应目录,如gcr.io/google-containers对应google-containers目录,根据README.mdImageList查看具体镜像名称。

gcr.io的镜像与https://hub.docker.com/r/gcrcontainer/一一对应。如镜像gcr.io/google-containers/pause-amd64:3.0对应gcrcontainer/pause-amd64:3.0。(注意,目前未考虑到不同命名空间镜像重名情况)

实际中拉取如下镜像:

docker pull gcr.io/google-containers/pause-amd64:3.0

等效于:

docker pull gcrcontainer/pause-amd64:3.0

对应某些场合必须使用gcr.io前缀的,可用docker tag命令达到目的,示例如下:

docker tag gcrcontainer/pause-amd64:3.0 gcr.io/google-containers/pause-amd64:3.0

gcr.io's People

Contributors

latelee avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.