在部署了 azze 容器服务并使用 swarm 之后,如何使用给出的示例进行连接:
var credentials = new CertificateCredentials (new X509Certificate2 ("CertFile", "Password"));
var config = new DockerClientConfiguration("http://ubuntu-docker.cloudapp.net:4243", credentials);
DockerClient client = config.CreateClient();
我已经制作了证书,但无法弄清楚要使用的正确端点是什么?
来自 azure portl 的网址:<name>-mgmt.<region>.cloudapp.azure.com