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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -