Files
nexus/wiki/sources/docker-it-tools-installation-guide.md
2026-04-17 08:38:12 +08:00

39 lines
1.1 KiB
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安装it-tools"
type: source
tags: [docker, it-tools, homelab]
date: 2026-04-16
---
## Source File
- [[raw/Home Office/用Docker安装it-tools.md]]
## Summary
- 核心主题:使用 Docker 部署 it-tools 工具集合
- 问题域Homelab 运维工具自托管
- 方法/机制:通过 Docker Compose 配置容器化部署 it-tools 服务
- 结论/价值:提供便捷的 Web 界面运维工具集
## Key Claims
- it-tools 可通过 Docker 容器化部署,映射端口 8999 到宿主机
- 容器配置包含 stdin_open 和 tty 参数支持交互模式
- 建议为容器配置内存限制128M以优化资源使用
## Key Quotes
> "version: '3.8'" — Docker Compose 文件版本声明
## Key Concepts
- [[Docker]]:开源容器化平台,用于打包和运行应用程序
- [[Docker Compose]]:用于定义和运行多容器 Docker 应用的工具
## Key Entities
- [[it-tools]]:开源 Web 运维工具集合
- [[corentinth/it-tools]]it-tools 官方 Docker 镜像
## Connections
- [[it-tools]] ← deployed_via ← [[Docker]]
- [[Docker]] ← runs_on ← [[Homelab]]
## Contradictions
- (暂无)