更新CLAUDE.md,删除wiki/concepts空文件
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
---
|
||||
title: "it-tools"
|
||||
type: entity
|
||||
tags: [it-tools, developer-tools, docker]
|
||||
sources: [yong-docker-an-zhuang-it-tools]
|
||||
last_updated: 2026-04-14
|
||||
---
|
||||
|
||||
## Definition
|
||||
it-tools是面向IT从业者的常用工具Web集合,提供URL编码/解码、JSON格式化、密码生成等在线工具。
|
||||
|
||||
## 核心特性
|
||||
- 面向IT从业者的工具集合
|
||||
- Docker容器化部署,内存限制128M
|
||||
- 支持交互模式(stdin_open + tty)
|
||||
- 开源免费
|
||||
|
||||
## Docker部署配置
|
||||
```yaml
|
||||
services:
|
||||
it-tools:
|
||||
image: corentinth/it-tools:latest
|
||||
container_name: it-tools
|
||||
stdin_open: true
|
||||
tty: true
|
||||
ports:
|
||||
- "8999:80"
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 128M
|
||||
```
|
||||
|
||||
## Connections
|
||||
- [[Docker]] ← 部署方式 ← [[it-tools]]
|
||||
Reference in New Issue
Block a user