Tag: Docker
All the articles with the tag "Docker".
-
4-Dockerfile And Docker Compose
Published: at 03:39 PMLinux文件系统由bootfs与rootfs两部分构成
-
3-Docker应用部署
Published: at 02:18 AM1. 搜索镜像
-
2-Docker容器数据卷
Published: at 10:41 PM实际开发中,数据的持久化以及数据交互都是十分重要的功能,所以Docker需要处理以下问题
-
1-Docker概述
Published: at 07:47 PM> Docker 是一个开放源代码软件,是一个开放平台,用于开发应用、交付(shipping)应用、运行应用。 Docker允许用户将基础设施(Infrastructure)中的应用单独分割出来,形成更小的颗粒(容器),从而提高交付软件的速度。