OpenShift v3.1:从远程存储库中的映像创建应用程序

时间:2015-12-23 12:16:22

标签: docker-registry openshift-origin

如何从从远程存储库中提取的映像创建应用程序。 所以我从repo ec2.xxx:5000中提取了一张图片。

docker pull ec2.xxx:5000/myimage

拉动成功了。 当我执行docker images时,我看到了拉出的图像

但我无法执行以下操作:

oc new-project myproject
oc new-app ec2.xxx:5000/myimage

比我得到:

The 'new-app' command will match arguments to the following types:

  1. Images tagged into image streams in the current project or the 'openshift' project
     - if you don't specify a tag, we'll add ':latest'
  2. Images in the Docker Hub, on remote registries, or on the local Docker engine
  3. Templates in the current project or the 'openshift' project
  4. Git repository URLs or local paths that point to Git repositories

有人可以解释一下如何从这样的图像创建应用程序吗?

0 个答案:

没有答案