What should I do if the host cannot access the docker container in the virtual machine?

王林
Release: 2020-05-21 10:27:27
Original
6486 people have browsed it

What should I do if the host cannot access the docker container in the virtual machine?

Problem description:

The host is Windows 10, and the virtual machine CentOS7 runs a docker container (Tomcat7), and the host cannot access the services run by the container.

Cause:

The host cannot access the docker container ip.

Solution:

1. Execute the ifconfig command to check the network segment of the docker container and the IP address of centos

What should I do if the host cannot access the docker container in the virtual machine?

2. Administrator Open the host powershell as identity: execute the command: ROUTE -p add 172.17.0.0 mask 255.255.0.0 192.168.102.129

Docker container internal port is mapped to the external host port.

What should I do if the host cannot access the docker container in the virtual machine?

Recommended tutorial: docker tutorial

The above is the detailed content of What should I do if the host cannot access the docker container in the virtual machine?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!