
Docker
文章平均质量分 84
Docker从入门可能是到放弃吧
菜鸟叮咚糖
太懒了,什么都没留下.........
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Docker常用命令
Docker官网命令介绍文档Reference documentation | Docker DocumentationThis section includes the reference documentation for the Docker platform’s various APIs, CLIs, and file formats.https://docs.docker.com/reference/#查看docker版本docker version#查看docker的系统...原创 2021-12-18 21:40:01 · 807 阅读 · 0 评论 -
Docker基础安装和部分原理内容
Docker兴起Docker流行原因是因为轻量级、只需要所需要的环境、很轻巧。官网:Empowering App Development for Developers | Docker文档:Docker Documentation | Docker Documentation仓库:Docker HubDocker和虚拟机容器化:容器内的应用直接运行在宿主机的内,容器是没有自己的内核的,也没有虚拟硬件,所以轻便每个容器间是互相隔离,每个容器内都有一个属...原创 2021-12-14 22:12:27 · 211 阅读 · 0 评论