yadutaf / docker-machine-driver-ovh

OVH Cloud driver for Docker Machine
https://www.ovh.com/us/cloud/instances/
80 stars 25 forks source link

docker-compose for ovh #6

Closed joaocc closed 8 years ago

joaocc commented 8 years ago

Hi, Can we deploy docker-compose configs to ovh using this driver? Thx

yadutaf commented 8 years ago

This driver provisions hosts on OVH Cloud offer with standard docker pre-installed. Once installed, you can use it as any other host provisioned with docker machine, hence with docker-compose or docker-swarm.

joaocc commented 8 years ago

Thx!