Files
nexus/wiki/sources/用Docker安装Portainer.md
weishen f9ac3145ab feat(wiki): ingest remaining subdirectories batch (51 files)
- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django
- Skills: GOG CLI, Last30Days, baoyu-skills
- Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验
- 微信公众号: 养虾日记1-5, AI时代赚钱
- 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard
- AI目录补充: 20个文件

Source pages: 51
Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等
Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
2026-04-14 20:48:34 +08:00

980 B
Raw Blame History

title, type, tags, date
title type tags date
用Docker安装Portainer source
portainer
docker
容器管理
2025-09-15

Source File

Summary

  • 核心主题:通过 Docker 安装 Portainer 容器管理界面
  • 问题域Docker 可视化管理
  • 方法/机制docker-compose 部署,挂载 Docker socket
  • 结论/价值Web 界面的 Docker 管理工具

Key Claims

  • 镜像portainer/portainer-ce:lts
  • 端口9443 (HTTPS Web UI) + 8000 (Edge Agent)
  • 挂载 /var/run/docker.sock 实现容器管理

Key Quotes

"/var/run/docker.sock:/var/run/docker.sock" — Portainer 实现容器管理的关键挂载

Key Concepts

Key Entities

Connections

Contradictions