Deploy Containers
Monitor can deploy any docker images that it can access with the configured docker accounts.
It works by parsing the deployment configuration into a docker run command, which is then run on the target system.
The configuration is stored on MongoDB, and records of all actions (update config, deploy, stop, etc.) are stored as well.
Deployment configuration involves passing file / directory paths, for more details about passing file paths, see the file paths doc.
📄️ Configuration
Choose the docker image
📄️ Container Management
The lifetime of a docker container is more like a virtual machine. They can be created, started, stopped, and destroyed. Monitor will display the state of the container and provides an API to manage all your container's lifetimes.