Hosting Docker with OVH

Hi everyone,

I have seen that wappler offers a native integration with DigitalOcean and AWS hosting for Docker.
But my client wants to use OVH, did anyone successfully managed to host docker in OVH ?

Looks like they use the openstack plugin (https://docs.ovh.com/us/en/public-cloud/docker-machine/, https://docs.docker.com/machine/drivers/openstack/).

But i’m not really good at server stuff, looks like i need to create a docker container with the openstack plugin.
But can I use that on wappler after ?
I mean can i link a docker container created out of wappler as a wappler target ? Or should I create a local target with wappler to do the local dev and then push everything to the openstack container hosted on ovh with the terminal ?

When I see all of that, i’m also wondering setting up a basic target that is not using docker, but a basic ftp and then create a sql database.

What do you recommend ?

Thanks a lot,

1 Like

I will try to go with their Docker VPS, and update this post with my findings.
https://www.ovhcloud.com/en/vps/

1 Like

I have gone with SFTP instead of Docker to start.
I was thinking of one solution : creating a “production” target on my local docker. And then push this image on my OVH server. But I don’t have really the knowledge and time to learn Docker commands and params.

Does any of you have found a solution or have a good step by step tutorial ?