Skip to content

Container

The container module provides complete Docker container management functionality, including management of containers, compose, images, networks, and volumes.

Prerequisites

Before using the container feature, you need to install Docker or Podman first:

  1. Go to Applications > Native Applications
  2. Find Docker or Podman, click Install

Feature Overview

The container module is divided into five parts:

FeatureDescription
ContainerManage running container instances
ComposeManage multi-container applications using Docker Compose
ImageManage local images
NetworkManage Docker networks
VolumeManage data volumes

Container List

Quick Start

Create Container

  1. Go to the Container page
  2. Click Create Container
  3. Enter the image name (e.g., nginx:latest)
  4. Configure port mapping, volume mounts, etc.
  5. Click Create

Use Container Templates

If you want to quickly deploy common applications, it is recommended to use Container Templates, which allows one-click deployment without manual configuration.

Container vs Native Application

FeatureContainerNative Application
IsolationFully isolatedShared system environment
PerformanceSlight overheadNative performance
DeploymentStandardized, portableDepends on system environment
Resource UsageHigherLower
Version ManagementEasy to switchRequires manual management

Next Steps