Skip to content

Commit

Permalink
Fixing a regression in a docker engine, it fails to create a containe…
Browse files Browse the repository at this point in the history
…r if quotes are present now.
  • Loading branch information
aperepel committed Feb 11, 2016
1 parent 725877f commit 635595b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap_vms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker-machine create \
keystore


docker "$(docker-machine config keystore)" run -d \
docker $(docker-machine config keystore) run -d \
-p 8500:8500 \
-h consul \
--name consul \
Expand Down

0 comments on commit 635595b

Please sign in to comment.