Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Docker 云上创建了一个节点集群。我有一个用于网站,一个用于数据库。我有一个网站的 IP 地址,但我希望能够将一个子域与它相关联。
有谁知道怎么做,或者我能做到吗?
您可以在 DNS 管理器中使用 CNAME 记录来指向 Docker 云服务端点。这可以是一个子域。
例如
xxx.xxx.xxxxxxxx.svc.dockerapp.io - CNAME - sub.example.com