2
0
mirror of https://github.com/acepanel/acepanel.github.io.git synced 2026-02-04 05:37:16 +08:00
Files
acepanel.github.io/en/advanced/container.md
2026-01-27 01:26:41 +08:00

2.5 KiB

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:

Feature Description
Container Manage running container instances
Compose Manage multi-container applications using Docker Compose
Image Manage local images
Network Manage Docker networks
Volume Manage 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

Feature Container Native Application
Isolation Fully isolated Shared system environment
Performance Slight overhead Native performance
Deployment Standardized, portable Depends on system environment
Resource Usage Higher Lower
Version Management Easy to switch Requires manual management

Next Steps