新增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

20
wiki/entities/Docker.md Normal file
View File

@@ -0,0 +1,20 @@
---
title: "Docker"
type: entity
tags: [容器, DevOps]
sources: [trae-remote-dev-guide, dev-experience-standards]
last_updated: 2026-04-14
---
## Definition
容器平台,用于应用容器化。
## 在Trae开发中的角色
- Ubuntu 2开发环境源码挂载到容器代码修改实时生效
- Ubuntu 1生产环境镜像打包数据持久化
## 关键配置
- 用户组用户必须在docker用户组才能免sudo操作
## Connections
- [[Trae]] ← 开发 ← [[Docker]]