I'm developing a solution (application) that basically creates a WebService for communication between an Android app and a database. My question now is how I will manage and distribute this solution. From what I've studied so far, Docker will be a hand in the wheel, as I can create the containers with all the necessary configurations, and on my clients, just install Docker and download the containers through the docker hub.
My doubt is; Is there any tool to remotely manage Docker as follows?
I will install and configure Docker with my application container on 10 different (or more) company computers. I would monitor, manage every Docker every computer in one place.
Another important thing is that when there is an update of my application or if there is a need to make some adjustments in all Docker or just a specific one, I would like to do this kind of maintenance by the manager.
Does anyone know of a similar solution?