osirrc / jig

Jig for the Open-Source IR Replicability Challenge (OSIRRC)
13 stars 3 forks source link

Publish all ports that are EXPOSE'd in the Dockerfile for interact hook. #69

Closed ryan-clancy closed 5 years ago

ryan-clancy commented 5 years ago

This ensures that all ports EXPOSE'd in the Dockerfile are accessible on the host.

For example, the line EXPOSE 8983 would map the container's port 8983 to a random, available port on the host which can be accessed by the user.