-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
# Portainer-CN2021-IMNKS.COM | ||
# Portainer-CN2021-IMNKS.COM | ||
|
||
本Portainer界面汉化文件来源于CecOS CaaS容器云平台,版本:2.21.0:开源GPL 2.0协议 | ||
|
||
1、下载汉化文件,解压到public文件夹 2、文件夹传输至系统根目录 3、然后按需执行以下命令 | ||
|
||
## x86-64系统使用 | ||
|
||
docker volume create portainer_data | ||
|
||
docker run -d -p 9000:9000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data -v /public:/public portainer/portainer | ||
|
||
## ARM64系统使用 | ||
|
||
docker volume create portainer_data | ||
|
||
docker run -d -p 9000:9000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data -v /public:/public portainer/portainer:linux-arm64 |