SvenDowideit / dockerfiles

dockerfiles that I use
http://fosiki.com
MIT License
212 stars 60 forks source link

support specifying the domain and port explicitly #41

Closed vikstrous closed 8 years ago

SvenDowideit commented 8 years ago

@vikstrous so by 'domain' you mean specify the source container's internal IP address?

I'm trying to work out how to document this usefully

vikstrous commented 8 years ago

It doesn't have to be an IP. With custom networks you can use the container's name because docker populates the hosts file if you are not on the default network.

On January 11, 2016 10:36:49 PM PST, Sven Dowideit notifications@github.com wrote:

@vikstrous so by 'domain' you mean specify the source container's internal IP address?

I'm trying to work out how to document this usefully


Reply to this email directly or view it on GitHub: https://github.com/SvenDowideit/dockerfiles/pull/41#issuecomment-170813469

Sent from my Android device with K-9 Mail. Please excuse my brevity.

SvenDowideit commented 8 years ago

fixed by #42