current portless run is called like so
which launches CMD with the $PORT environment variable set
I am suggesting
portless run-docker [NAME] [CPORT] [ARGS...]
which would call
docker run --publish PORT:CPORT ARGS...
so therefor:
portless run-docker shynet 8080 milesmcc/shynet
eg would launch https://hub.docker.com/r/milesmcc/shynet on http://shynet.localhost
current
portless runis called like sowhich launches
CMDwith the$PORTenvironment variable setI am suggesting
which would call
so therefor:
eg would launch https://hub.docker.com/r/milesmcc/shynet on
http://shynet.localhost