Skip to content

Commit

Permalink
Workaround for issue concerning vagrant's docker provisioner only exe…
Browse files Browse the repository at this point in the history
…cuting the docker provisioner run instructions, but not configuring them for starting on subsequent "vagrant up"s.
  • Loading branch information
Larzenegger committed May 3, 2015
1 parent d346ec2 commit af9260f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Vagrant.configure("2") do |config|
d.build_image "--tag=order-app /vagrant/order-app"
d.build_image "--tag=turbine /vagrant/turbine"
d.build_image "--tag=zuul /vagrant/zuul"

end
config.vm.provision "docker", run: "always" do |d|
d.run "eureka",
args: "-p 8761:8761 -v /microservice-demo:/microservice-demo"
d.run "customer-app",
Expand Down

0 comments on commit af9260f

Please sign in to comment.