1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
Commit graph

1 commit

Author SHA1 Message Date
Dave Tucker
6531b0c4cd Use Docker Machine for Test Environments
Usage:

   ./machines up [consul|etcd|zookeeper] [num_nodes]
   ./machines destroy

Uses Docker Machine to create test environments
We _could_ use these environments to run BATS tests against
This would ensure that all supported backends are working

Signed-off-by: Dave Tucker <dt@docker.com>
2015-11-10 21:47:59 +00:00