Deploy Containers
Komodo 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.
📄️ 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. Komodo will display the state of the container and provides an API to manage all your container's lifetimes.