Add a way to expose a port without publishing
authorNeil Lalonde <neillalonde@gmail.com>
Thu, 7 Mar 2019 19:49:24 +0000 (14:49 -0500)
committerNeil Lalonde <neillalonde@gmail.com>
Thu, 7 Mar 2019 19:49:26 +0000 (14:49 -0500)
commit16fb17cf51793a5cbf5c364fb8e4497b6d3253a1
tree923df5249150dd66f9a15b720d92ebc1ab645de5
parent024ebc4037b747d921433a45466e9fff45b0710c
Add a way to expose a port without publishing

Use the existing "expose" section of container yaml files, which has always been publishing ports.
Expose a port if a single port number is specified (`80`).
Publish if a port mapping is specified (`"80:80"`, `"127.0.0.1:20080:80"`).
README.md
launcher