refinery-platform / django_docker_engine

Django app that manages the creation of, and proxies requests to, Docker containers.
MIT License
6 stars 2 forks source link

container ID either in path *OR* hostname #71

Closed mccalluc closed 6 years ago

mccalluc commented 7 years ago

@scottx611x : I think you have a branch where you figured this out? I'd like to keep the option for path based dispatch (some users might not be able to set up a dns wildcard domain) ... but your stuff is what we'll need going forward. Just need to figure out what this configuration would look like.

mccalluc commented 6 years ago

Fixed by #92 and #93