ot4i / iib-docker

Eclipse Public License 1.0
63 stars 115 forks source link

https #14

Closed jdavis76 closed 8 years ago

jdavis76 commented 8 years ago

Is it possible to use HTTPS instead of HTTP (port 7843 instead of 7800) with this iib container?

s-rogers commented 8 years ago

Yup - normal docker rules apply - see:

https://docs.docker.com/engine/reference/run/#expose-incoming-ports

So - you can either add in another EXPOSE in the dockerfile and use -P or just add in another -p flag to expose 7843 when you run a container