docker_practice/container
Baohua Yang f4dc2303f6 Fix issue#6: clarify the differences between image:save,load and container:export,import 2014-09-19 21:51:21 +08:00
..
README.md Add more detailed comments 2014-09-17 20:26:35 +08:00
daemon.md Add the container chapter 2014-09-15 21:25:36 +08:00
import_export.md Fix issue#6: clarify the differences between image:save,load and container:export,import 2014-09-19 21:51:21 +08:00
rm.md rewrite the container, network chapters 2014-09-15 22:30:23 +08:00
run.md Add more detailed comments 2014-09-17 20:26:35 +08:00
stop.md rewrite the container, network chapters 2014-09-15 22:30:23 +08:00

README.md

Docker容器

容器是Docker又一核心概念。

简单的说,容器是独立运行的一个或一组应用,以及它们的运行态环境。对应的,虚拟机可以理解为模拟运行的一整套操作系统(提供了运行态环境和其他系统环境)和跑在上面的应用。

本章将具体介绍如何来管理一个容器,包括创建、启动和停止等。