以后的文档阅读笔记不在一一介绍。以后只总结干货和重点。
Step 1
使用Systemctl命令启动docker服务:
systemctl start docker // to start the docker service.
systemctl status docker // to check the status .
systemctl restart docker // to restart the service.
Step 2
拉取一个Rhel系统的镜像,并安装python3。
-it:interactive terminal,交互式终端;
os_name - 名称;
centos: latest - 镜像版本;
然后使用yum进行安装:
yum install python3
Step 3
安装 GUI 程