I'm developing an application using Docker. I want to deploy the application to a remote server where Proxmox is installed with a Docker KVM.
How can I deploy my developed application to my Docker KVM from my development environment, which is outside the Proxmox server? I'm reading about using swarm but I'm a bit confused where my proxmox host has an ip address of x.x.x.x and my vm has an ip address of y.y.y.y.
I read few documentations but I'm still not still can't find my way out.