Files
nexus/wiki/entities/Docker.md
2026-04-14 16:02:50 +08:00

21 lines
493 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"
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]]