Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support EXPOSE [port] ... for Docker #278

Merged
merged 1 commit into from
Jun 23, 2014
Merged

Support EXPOSE [port] ... for Docker #278

merged 1 commit into from
Jun 23, 2014

Conversation

fiadliel
Copy link
Contributor

Docker allows the ability to share ports between containers, if the ports
are listed in the configuration for the Docker image. This commit adds a
dockerExposedPorts setting which adds the appropriate line.

Docker allows the ability to share ports between containers, if the ports
are listed in the configuration for the Docker image. This commit adds a
dockerExposedPorts setting which adds the appropriate line.
@muuki88 muuki88 added the docker label Jun 23, 2014
@muuki88 muuki88 added this to the 0.8.0 - windows services milestone Jun 23, 2014
@muuki88
Copy link
Contributor

muuki88 commented Jun 23, 2014

LGTM.

muuki88 added a commit that referenced this pull request Jun 23, 2014
Support EXPOSE [port] ... for Docker
@muuki88 muuki88 merged commit 1381686 into sbt:master Jun 23, 2014
@fiadliel fiadliel deleted the wip/docker-expose branch June 23, 2014 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants