Files
nexus/wiki/sources/yong-docker-an-zhuang-portainer.md
2026-04-14 16:02:50 +08:00

30 lines
955 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]