【发布时间】:2017-06-05 13:10:17
【问题描述】:
当我发出命令sudo docker stack deploy -c docker-compose.yml test
Ignoring unsupported options: build, external_links, links, restart
Updating service test_cache (id: me2vh1lffrl4ppzomphin167la)
Updating service test_lb (id: ycnne1ifpt517wdbfdg1g5tlup)
Updating service test_media (id: rr3ural9hjz0mw6hjx7n2vywm)
Creating service test_web
Error response from daemon: rpc error: code = 3 desc = ContainerSpec: image reference must be provided
我收到此错误 - 来自守护程序的错误响应:rpc 错误:代码 = 3 desc = ContainerSpec:必须提供图像参考
但是我为这个容器创建了图像。
【问题讨论】:
-
请附上您的
docker-compose.yml以获得更详细的答案。
标签: image docker containers