Docker for Windows How to access container in local network

0 votes
On Docker (for Windows) I’m running Nexus Repository Manager container. Now I want to make my nexus container be accessible from other pc's located in internal network.

How to do it?
Sep 21, 2018 in DevOps & Agile by Sophie may
• 10,610 points
2,666 views

1 answer to this question.

0 votes

You have to map the port to the container. Example for port 442:

docker run -d -p 442:442 $imagename

You also have to make sure that your windows firewall is not blocking that port. Maybe you have to create a new 

answered Sep 21, 2018 by Tyrion anex
• 8,700 points

Related Questions In DevOps & Agile

0 votes
1 answer

Error: Unable to access elasticsearch in docker for windows

This is simple, just follow the below ...READ MORE

answered Sep 3, 2018 in DevOps & Agile by Sophie may
• 10,610 points
1,474 views
0 votes
1 answer
0 votes
1 answer

Docker for Windows: Containers IP accessible in local network

Add more IP to the windows DockerNAT ...READ MORE

answered Dec 4, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
942 views
0 votes
1 answer

Docker for windows error: can’t access service on exposed port in windows container mode

You can try the following: Access container from different ...READ MORE

answered Dec 12, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
5,175 views
+2 votes
1 answer
0 votes
2 answers
0 votes
1 answer

How to a run deployed app in Docker for Windows?

To deploy an ASP.NET web application to ...READ MORE

answered Aug 30, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
902 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP