Monday, April 8, 2019

Using localhost for to access running docker container in windows

In Windows, The docker is run through Kitematic which is basically a VM.

The VM will have an IP address associated with it, So to access from windows you need to specify the IP address of teh Kitematic VM IP instead of localhost for the deployed docker file access.

Refer : https://forums.docker.com/t/using-localhost-for-to-access-running-container/3148

No comments: