Skip to content

Commit

Permalink
Integration tests: set docker hostnames
Browse files Browse the repository at this point in the history
  • Loading branch information
philpep committed May 15, 2015
1 parent 5ea634f commit 6776d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Vagrant.configure("2") do |config|
vm.vm.provider "docker" do |docker|
docker.build_dir = "images/#{vmname}"
docker.has_ssh = true
docker.create_args = ["-h", vmname]
end
end
end
Expand Down

0 comments on commit 6776d8a

Please sign in to comment.