#每天一个知识点# Docker 体系里,有四个对象分别是:镜像 ( Image )、容器 ( Container )、网络 ( Network )、数据卷 ( Volume ),几乎所有 Docker 以及周边生态的功能,都是围绕着它们所展开的。
评论