Files
nexus/wiki/entities/Docker.md
2026-04-16 17:30:41 +08:00

23 lines
689 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: [containerization, virtualization, devops]
sources: [cloud-devop-maturity-guideline, DevOps-Culture-and-Transformation]
last_updated: 2026-04-16
---
## Summary
Docker 是开源的容器化平台,将应用及其依赖打包为标准化容器,实现"构建一次,运行任意地方"的跨环境部署。
## Definition
容器化技术平台,提供应用打包和运行时隔离能力。
## Key Attributes
- **类型**:容器化平台
- **开发商**Docker, Inc.
- **许可证**开源Apache License 2.0
## Connections
- [[DevOps 成熟度模型]] ← 支撑 ← [[容器化技术]]
- [[Docker]] ← 被编排 ← [[Kubernetes]]