1. # 拉取镜像
    2. docker pull centos:centos7
    3. docker run -di \
    4. --name centos-test \
    5. centos:centos7