Hacker News new | ask | show | jobs
by whatever2001 4589 days ago
wouldn't you just ssh into the container?
1 comments

I meant from a browser.
A container can expose ports that the application is running on to the host. For instance, one of my web server containers might expose 9000 to the host. You could access 9000 directly from the host or you can setup nginx to forward 80 to 9000 if that's what you want. Something like that.