我在我的公司网络上建立码头形象有问题。我刚刚开始使用Docker,所以我有下面的Dockerfile,用于hello-world类型的应用程序:
# DOCKER-VERSION 0.3.4
FROM centos:6.4
# Enable EPEL for Node.js
RUN rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
# Install Node.js and npm
RUN yum install -y npm
# Bundle ap
我们的领域网络上有一个windows 7,教授,64位。我能够通过https://PcName.location.company.com/webapp连接到windows 7 PC上的web应用程序。
但是现在只有这个URL https://PcName/webapp起作用了
当我发布ping PcName.location.company.com时
Ping request could not find host PcName.location.company.com. Please check the name and try again.
当我发布ping pcname时,它起作用了
使