Docker port forwarding not working

前端 未结 5 594
故里飘歌
故里飘歌 2020-12-14 17:17

I have setup Docker container for access my machine docker container to another machine in local.

Create a container below command:

    docker run -i         


        
5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-14 18:02

    A very common problem can be this:

    Bind your app inside Docker to 0.0.0.0, not to 127.0.0.1 address to let Docker reach the app inside container.

提交回复
热议问题