新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

View File

@@ -0,0 +1,29 @@
---
title: "用Docker安装Portainer"
type: source
tags: [docker, portainer]
date: 2026-04-14
source_file: raw/Technical/Home Office/🟠用Docker安装Portainer.md
---
## Summary
- 核心主题Portainer容器管理平台的Docker安装配置
- 问题域Docker可视化运维管理
- 方法/机制使用portainer/portainer-ce:lts镜像通过Docker Compose部署
- 结论/价值提供Web界面管理Docker容器、卷和网络
## Key Claims
- Portainer CE LTS版本提供长期支持
- 需要挂载/var/run/docker.sock以访问宿主Docker守护进程
- 默认使用9443端口提供HTTPS管理界面
## Key Concepts
- [[Portainer]]Docker可视化容器管理平台
- [[Docker容器化部署]]通过Docker Compose部署
## Key Entities
- [[Portainer]]:容器管理平台
## Connections
- [[Portainer]] ← 部署方式 ← [[Docker容器化部署]]
- [[用Docker安装Jellyfin]] ← 共用模式 ← [[用Docker安装Portainer]]