mirror of
https://github.com/outlovecn/portainer-cn.git
synced 2025-06-07 02:54:09 +08:00
Merge branch 'main' of https://github.com/outlovecn/portainer-cn
This commit is contained in:
commit
82996c2867
44
README.md
44
README.md
@ -1,2 +1,44 @@
|
||||
# portainer-cn
|
||||
portainer-ce 中文版 自动更新
|
||||
|
||||
portainer-ce 2.11中文版
|
||||
|
||||
[](https://github.com/outlovecn/portainer-cn)
|
||||
[](https://github.com/outlovecn/portainer-cn/packages)
|
||||
[](https://hub.docker.com/r/outlovecn/portainer-cn)
|
||||
[](https://hub.docker.com/r/outlovecn/portainer-cn)
|
||||
|
||||
### 平台支持
|
||||
|
||||
支持 `X86`、`ARM`、 `ARM64` 平台的系统
|
||||
|
||||
### 简要说明
|
||||
|
||||
1. docker-compose
|
||||
|
||||
```
|
||||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
portainer:
|
||||
image: outlovecn/portainer-cn:latest
|
||||
container_name: portainer
|
||||
restart: always
|
||||
ports:
|
||||
- "9000:9000"
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ./dockerconfig/portainer:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
```
|
||||
|
||||
2. docker cli
|
||||
|
||||
```
|
||||
docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data outlovecn/portainer-cn:latest
|
||||
```
|
||||
|
||||
3. 仅拉取镜像
|
||||
|
||||
```
|
||||
docker pull outlovecn/portainer-cn
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user