摘要: # file list [22:43:27 root@centos7 jdk]#tree . ├── Dockerfile ├── jdk-8u291-linux-x64.tar.gz └── profile 0 directories, 3 files # download jdk package 阅读全文
posted @ 2021-06-08 22:50 每天都在学习的自己 阅读(110) 评论(0) 推荐(0)
摘要: #!/bin/bash # #************************************************************************************** #Author: Noise Lys #QQ: 578110218 #Date: 2021-05 阅读全文
posted @ 2021-06-08 21:29 每天都在学习的自己 阅读(64) 评论(0) 推荐(0)
摘要: ##################### # install docker ##################### installDocker(){ if [[ ${OS_VERSION} = "centos" ]];then COLOR="echo -e \\033[1;31m" END=" 阅读全文
posted @ 2021-06-08 21:28 每天都在学习的自己 阅读(70) 评论(0) 推荐(0)