Auto-sync: 2026-04-17 08:37

This commit is contained in:
2026-04-17 08:38:12 +08:00
parent 6caa1c2f47
commit a0a48bd334
247 changed files with 6577 additions and 3061 deletions

View File

@@ -0,0 +1,35 @@
---
title: "用 Docker 安装 Portainer"
type: source
tags: [docker, portainer]
date: 2025-01-26
---
## Source File
- [[raw/Home Office/用Docker安装Portainer.md]]
## Summary
- 核心主题Docker 容器管理工具 Portainer 的部署配置
- 问题域Docker 可视化管理、容器运维
- 方法/机制:使用 Docker Compose 部署 Portainer Community EditionCE LTS 版本
- 结论/价值:通过 Web 界面简化 Docker 容器和镜像管理
## Key Claims
- Portainer CE 是开源的 Docker 可视化管理界面
- 通过绑定 /var/run/docker.sock 实现对宿主机 Docker 的完全控制
## Key Quotes
> image: portainer/portainer-ce:lts — 使用 LTS 长期支持版本
## Key Concepts
- [[Docker Compose]]:多容器 Docker 应用的定义和运行工具
- [[Docker Daemon Socket]]Docker 守护进程通信接口,绑定后可管理宿主机容器
## Key Entities
- [[Portainer]]:开源 Docker 可视化管理工具
## Connections
- [[Portainer]] ← manages ← [[Docker Compose]]
## Contradictions
- (无)