【发布时间】:2017-01-13 09:22:19
【问题描述】:
我的问题是我创建了一组网络核心应用程序并将它们发送到 Docker Hub:
$ docker push username/appname
另一方面,我使用 DC/OS 在 Azure Container Service 上创建,并使用终端登录服务器
$ ssh -i /Users/username/.ssh/id_rsa -L 80:localhost:80 -f -N username@servernamemgmt.westeurope.cloudapp.azure.com -p 2200 -v
但我不明白如何安装我的 docker 映像。
【问题讨论】:
标签: azure asp.net-core containers dcos