Remote access to webserver in docker container

前端 未结 4 644
有刺的猬
有刺的猬 2020-12-28 23:44

I\'ve started using docker for dev, with the following setup:

  • Host machine - ubuntu server.
  • Docker container - webapp w/ tomcat server (using https).<
4条回答
  •  情歌与酒
    2020-12-29 00:41

    There are some alternatives of how to access docker containers from an external device (in the same network), check out this post for more information http://blog.nunes.io/2015/05/02/how-to-access-docker-containers-from-external-devices.html

提交回复
热议问题