LogoLogo
Run to Console
  • ClawCloud Run
    • Document
    • Getting Started
      • Create a DevBox
      • Deploy Database
      • Deploy from Docker
      • Deploy from Template
    • Guide
      • App Launchpad
        • Install Application
        • Update Application
        • Custom Domain
        • Exposing Multiple Ports
        • Environment Variables
        • Configuration Files
        • Auto Scaling
        • Persistent Storage
        • Custom Domain Certificates
      • Devbox
        • Devbox List
        • Devbox Details
        • Devbox Release
      • Database
        • PostgreSQL
        • MySQL
        • Redis
        • MongoDB
        • Kafka
        • Milvus
      • Object Storage
      • Advanced
        • Workspace
        • Terminal
        • Cron Job
        • KubeConfig
    • Pricing
    • Billing & Usage
    • Migration
      • Migrate from Docker
      • Migrate from Docker Compose
    • Architecture
      • Devbox Architecture
      • System Architecture
      • User Architecture
    • Legal
      • Privacy Policy
      • Terms and Conditions
      • Data Processing Addendum
    • Changelog
    • Best Practice
    • FAQ
    • More
      • Abuse Complaint
    • Help
  • Blog
Powered by GitBook

Copyright @ 2023-Present CLAWCLOUD. All Rights Reserved.

On this page

Was this helpful?

Export as PDF
  1. ClawCloud Run
  2. Getting Started

Deploy from Docker

PreviousDeploy DatabaseNextDeploy from Template

Last updated 2 months ago

Was this helpful?

How to Quickly Deploy from Docker

1. Enter the configuration interface.

Visit , click on "App Launchpad", and then click on "Create App" to enter the application configuration interface.

2. Configure the image and deployment mode:

  • 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.

3. Network configuration:

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.

4. Advanced configuration (optional):

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.

5. Complete the deployment:

After confirming that all the configuration information is accurate, you can complete the quick deployment operation from docker.

ClawCloud Run