新增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,25 @@
---
title: "用Docker安装it-tools"
type: source
tags: [docker, it-tools]
date: 2026-04-14
source_file: raw/Technical/Home Office/🟠用Docker安装it-tools.md
---
## Summary
- 核心主题it-tools工具集通过Docker部署
- 问题域IT运维常用工具的一站式部署
- 方法/机制使用corentinth/it-tools镜像配置内存限制128M
- 结论/价值提供URL编码/解码、JSON格式化等常用IT工具的Web界面
## Key Claims
- it-tools是面向IT从业者的工具集合
- 部署时配置stdin_open和tty以支持交互模式
- 建议内存限制为128M以控制资源占用
## Key Concepts
- [[it-tools]]IT从业者常用工具Web集合
- [[Docker容器化部署]]:轻量级工具容器部署
## Connections
- [[it-tools]] ← 部署方式 ← [[Docker容器化部署]]