docs/libmachine
Darren Shepherd 43b5786001 Default storage driver to "" and let provisioner choose default
The storage driver will be "" by default an the provisioner must choose
their default provisioner.  If the user chosen storage driver is not
supported the provisioner should return an error.

Signed-off-by: Darren Shepherd <darren@rancher.com>
2015-05-05 09:12:33 -07:00
..
auth Fix missing test files 2015-03-20 17:05:27 -07:00
engine Implement configurable engine options 2015-04-29 17:58:14 -07:00
provision Default storage driver to "" and let provisioner choose default 2015-05-05 09:12:33 -07:00
swarm Implement majority of provisioning changes 2015-03-20 16:30:46 -07:00
certs.go provisioner: finished migration functions 2015-03-20 23:17:42 -04:00
errors.go initial pass at internal api 2015-03-19 18:09:30 -04:00
filestore.go Read active host from DOCKER_HOST instead of from file 2015-05-04 16:29:04 -07:00
filestore_test.go Read active host from DOCKER_HOST instead of from file 2015-05-04 16:29:04 -07:00
host.go Read active host from DOCKER_HOST instead of from file 2015-05-04 16:29:04 -07:00
host_test.go Read active host from DOCKER_HOST instead of from file 2015-05-04 16:29:04 -07:00
machine.go Read active host from DOCKER_HOST instead of from file 2015-05-04 16:29:04 -07:00
machine_test.go initial pass at internal api 2015-03-19 18:09:30 -04:00
migrate.go Rename migration functions to be more descriptive and add tests 2015-03-25 11:21:09 -07:00
migrate_test.go Rename migration functions to be more descriptive and add tests 2015-03-25 11:21:09 -07:00
store.go Read active host from DOCKER_HOST instead of from file 2015-05-04 16:29:04 -07:00