osrf / rocker

A tool to run docker containers with overlays and convenient options for things like GUIs etc.
Apache License 2.0
555 stars 70 forks source link

Add port and expose extensions with tests #201

Closed willcbaker closed 1 year ago

willcbaker commented 1 year ago

Add support for using -p and --expose with container https://docs.docker.com/engine/reference/commandline/run/#publish-or-expose-port--p---expose

tfoote commented 1 year ago

Fixes #176