##docker容器
当我们运行docker run -i -t ubuntu /bin/bash命令时,docker 在后台运行的操作如下:
docker run -i -t ubuntu /bin/bash