mirror of
https://github.com/acepanel/acepanel.github.io.git
synced 2026-02-06 18:47:32 +08:00
29 lines
1.2 KiB
Markdown
29 lines
1.2 KiB
Markdown
# Manage Containers
|
|
|
|
Before starting, you need to install the Docker / Podman container engine.
|
|
|
|
After the container engine is installed, you can go to the Panel's container management section to create containers (
|
|
pgadmin4 is used as an example here).
|
|
|
|
First, navigate to the Images tab to pull the required images. This may take several minutes to tens of minutes
|
|
depending on your network environment.
|
|
|
|

|
|
|
|
After the image is pulled, navigate to the Containers tab to start creating a container.
|
|
|
|

|
|
|
|
Fill in the form according to the container's instructions. The pgadmin4 image used here needs to map port 80 and
|
|
configure 2 default environment variables, with no need to map directories.
|
|
|
|
After the container is created, you can click the refresh button in the upper right corner and the log button on the
|
|
right side of the container to check if it has started properly.
|
|
|
|

|
|
|
|
If the container fails to start, please make corrections according to the logs.
|
|
If you have mapped external ports, you need to go to the firewall menu to allow the corresponding ports.
|
|
|
|

|