1

我尝试按照这里的教程进行操作:

https://support.tutum.co/support/solutions/articles/5000539696-3-prepare-the-app

在我看来,图像是构建的:

Build summary
=============

Using docker-in-docker
Building mounted app in /app
Image built in 5 minutes and 40 seconds
Tests passed in 4 minutes and 21 seconds
Image quickstart-python pushed in 0 minutes and 0 seconds

如果我然后切换到https://tutum.freshdesk.com/support/solutions/articles/5000539697它说图像不存在:

> tutum image push quickstart-python
Pushing quickstart-python to Tutum private registry ...
Tagging quickstart-python as tutum.co/shredding/quickstart-python ...
404 Client Error: Not Found ("could not find image: no such id: quickstart-python")

如果我跑步,docker images我也看不到它。

我错过了什么吗?

4

1 回答 1

0

我最终在 docker build && docker push 命令中构建。

于 2015-11-15T15:26:00.510 回答