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

26 lines
813 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安装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容器化部署]]