Deploy from Docker
Last updated
Was this helpful?
Last updated
Was this helpful?
Visit , click on "App Launchpad", and then click on "Create App" to enter the application configuration interface.
Set the application name: Give a suitable name to the application that is about to be deployed for easy identification and management.
Select the image source: You can choose between a public or private image source. If it is a public image source, directly fill in the image name. If it is a private image source, you need to fill in the image name, username, password, and the address of the image repository.
Select the deployment mode and configure the parameters: You can choose between the fixed instance mode or the elastic scaling mode. If you choose the fixed instance mode, you can set the number of instances, CPU, and memory. If you choose the elastic scaling mode, you need to set the basic parameters of CPU and memory, as well as the scaling range of CPU or memory, enabling the application to automatically adjust resources according to the load.
In the network configuration section, you can set the exposed port, which determines the port number through which the application provides services externally. At the same time, choose whether to enable public network access. If enabled, external users can access the application via the public network.
In the advanced configuration, you can make multiple settings according to the needs of the application, including startup commands, running commands, command parameters, environment variables, configuration files, and local storage volumes, etc., to meet more complex operation requirements of the application.
After confirming that all the configuration information is accurate, you can complete the quick deployment operation from docker.