更新CLAUDE.md,删除wiki/concepts空文件

This commit is contained in:
2026-04-14 16:26:02 +08:00
parent c6e3d3c5db
commit ba87044423
361 changed files with 3 additions and 12064 deletions

View File

@@ -1,33 +0,0 @@
---
title: "Portainer"
type: entity
tags: [portainer, docker, container-management]
sources: [yong-docker-an-zhuang-portainer]
last_updated: 2026-04-14
---
## Definition
Portainer是Docker可视化容器管理平台提供Web界面管理容器、卷、网络和镜像。
## 核心特性
- Docker容器可视化管理的Web UI
- 支持容器、镜像、卷、网络管理
- 支持Edge Agent用于分布式集群管理
- 提供CE和BE版本
## Docker Compose部署
```yaml
services:
portainer:
container_name: portainer
image: portainer/portainer-ce:lts
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
ports:
- 9443:9443
- 8000:8000
```
## Connections
- [[Docker]] ← 管理对象 ← [[Portainer]]