Skip to content

Instantly share code, notes, and snippets.

@iambryancs
Created December 9, 2016 16:50
Show Gist options
  • Save iambryancs/27e3b58465655c2e45bfe81e9970fd87 to your computer and use it in GitHub Desktop.
Save iambryancs/27e3b58465655c2e45bfe81e9970fd87 to your computer and use it in GitHub Desktop.
Vagrant's docker provisioner
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