Docker 基本术语
原文英文,约600词,阅读约需3分钟。发表于: 。Here are some basic Docker terminologies to help you understand the core concepts: Image A Docker image is a lightweight, standalone, and immutable file that contains all the dependencies, code,...
Docker的基本术语包括:镜像是应用环境文件,容器是镜像的实例,Dockerfile用于构建镜像,注册表存储和分发镜像,Docker Hub是公共注册表。卷用于数据持久化,网络实现容器通信,Compose管理多容器应用,Swarm用于集群管理。节点是集群机器,任务是Swarm工作单元,绑定挂载将主机目录挂载到容器。守护进程管理Docker对象,客户端与守护进程交互。