docker_practice/basic_concept/internal.md

9 lines
407 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.

##镜像
docker 镜像就是一个只读的模板。
例如一个镜像可以包含一个完整的ubuntu的操作系统里面仅安装了Apache或者你需要的其它应用程序。
镜像可以用来创建Docker容器。
Docker提供了一个很简单的机制来创建镜像或者更新现有的镜像你甚至可以直接从其他人那里下载一个已经做好的镜像来直接使用。