摘要: docker 常用命令运行一个系统容器[root@localhost ~]# docker run -i -t ubuntu /bin/bash 或者 docker run -i -t centos /bin/bash docker run --name centos2 -d -i -t cento 阅读全文
posted @ 2018-06-26 17:47 Mr.zou 阅读(155) 评论(0) 推荐(0)
摘要: 1.安装工具 dmidecode yum install dmidecode -y 2.使用 dmidecode -t 1 阅读全文
posted @ 2018-06-26 17:43 Mr.zou 阅读(483) 评论(0) 推荐(0)