Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network port for docker #6

Closed
jrb5665 opened this issue Mar 22, 2020 · 1 comment
Closed

Network port for docker #6

jrb5665 opened this issue Mar 22, 2020 · 1 comment

Comments

@jrb5665
Copy link

jrb5665 commented Mar 22, 2020

Hi,
I have installed the docker container under a VM in proxmox.
If I run it with port 12101 I can connect to the web interface but if I specify something else, in this case 13101, it can't connect. If I then stop it and specify 12101 again it is OK.

Netstat shows the following when I change to 13101

sudo netstat -aop | grep 13101
tcp6 0 0 [::]:13101 [::]:* LISTEN 14561/docker-proxy off (0.00/0/0)

and this for port 12101
sudo netstat -aop | grep 12101
tcp6 0 0 [::]:12101 [::]:* LISTEN 14032/docker-proxy off (0.00/0/0)

@jrb5665
Copy link
Author

jrb5665 commented Mar 22, 2020

Don't worry, I'm learning new things all the time.
I need to map the port when I start the docker containr using -p 13101:12101

@jrb5665 jrb5665 closed this as completed Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant