-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add configurable network mode for docker containers
This commit adds the possibility to configure the network mode of the containerized Jenkins slaves provisioned by Mesos. For now it is possible to pick "Bridge" or "Host", since these are the two supported modes by Mesos (version 0.21.x). Additionally, in "Bridge" mode it is also possible to define port mappings. Issue: JENKINS-26324
- Loading branch information
seder
committed
Apr 24, 2015
1 parent
ee26f67
commit 8805f0a
Showing
5 changed files
with
239 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.