摘要:
阅读全文
02 2020 档案
摘要:#将passwd文件每行重复打印10遍;while循环,当i>10时,结束循环。 [root@localhost linshi]# awk '{i=1;while(i<=10){print $0;i++}}' passwd root:x:0:0:root:/root:/bin/bashroot:x:
阅读全文
摘要:[root@localhost ~]# docker image pull centosUsing default tag: latestError response from daemon: Get https://registry-1.docker.io/v2/library/centos/ma
阅读全文
摘要:docker起源于2013年,目前新版的docker需要linux 7版本环境。 docker的三个基础概念:镜像、容器、仓库。 docker安装: yum install docker #docker安装 systemctl start docker.service #docker启动 docke
阅读全文