Created
December 9, 2016 16:50
-
-
Save iambryancs/27e3b58465655c2e45bfe81e9970fd87 to your computer and use it in GitHub Desktop.
Vagrant's docker provisioner
This file contains hidden or 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
config.vm.provision "docker" do |d| | |
d.run "jenkinsci/jenkins", | |
args: "--name jenkins -p '8000:8000' -p '5000:5000' --network=host" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment