Docker核心概念:
Docker Client 通过rest API 和Docker Daemon进程进行交互,控制Container的启动,运行和关闭。Daemon会向Registry拉image。