Tag: dockerhub openshift origin

OpenShift V3:了解与Docker的过程

我试图了解OpenShift V3。 我读了很多,我知道最重要的条款,但整个stream程仍然有点不清楚。 所以我在Docker容器中安装了OpenShift V3。 比现在开始这个过程: 1)首先他们正在做一个dockerregistry。 为什么你每次都必须这样做? 比我创build一个项目和一个应用程序。 在大多数教程中,我看到他们正在这样做: mkdir -p examples/app $ wget \ https://raw.githubusercontent.com/openshift/…/template-stibuild.json \ $ oc new-app application-template-stibuild.json 2)所以这是当你使用模板来创build你的应用程序,你必须每次做一个'wget'? 在很多教程中,他们立即开始: oc create -f \ /usr/share/openshift/…/name.json \ -n openshift 3)有什么区别oc new-app和oc create -f … 4)为什么你必须从Docker Hub中提取图像? 它在做什么? 我主要是从github获取.json文件来启动(模板)。 这个json比图片拉图片。 5)什么是图像stream? 6)什么是图像registry?