Fix IP for Docker -
i have deploy docker server learning , testing proposes, have start installing portainer.
when try access portainer publica ip, have noted not have given, portainer use private ip..
error during connect: http://remote.host:2375/v1.29/info: dial tcp: lookup remote.host on 10.1.94.8:53: no such host
i have try accessing public ip: myip:9000 not working
how can change it?
thank you,
i have resolved it, editing:
/etc/resolv.conf
and change
nameserver private ip nameserver - public ip
Comments
Post a Comment