I have only one small web project to be run through the Docker and only one machine where I can’t use virtualization and I don’t really need that either. I would like to know how can I deploy my application to VPS with Docker without any downtime.
For now, I am just using a repository and creating docker container with docker-compose (including some configuration for production through specific .yaml file).
I guess the best would be to use Swarm, but I think it’s not possible since I could only use one machine.