摘要: Pull httpd image and run the container [cloud_user@ip-10-0-1-78 ~]$ docker pull httpd:2.4 [cloud_user@ip-10-0-1-78 ~]$ docker run --name webtemplate - 阅读全文
posted @ 2023-01-25 15:06 Zhentiw 阅读(12) 评论(0) 推荐(0) 编辑
摘要: Sometimes we when switch branch, might bring some modified files into the new branch to cleanup those files git clean -df https://git-scm.com/docs/git 阅读全文
posted @ 2023-01-25 04:36 Zhentiw 阅读(19) 评论(0) 推荐(0) 编辑
摘要: Pull httpd:latest image Normally you want to attach the version httpd:2.4, because everytime you run the image, we with the same version is running. b 阅读全文
posted @ 2023-01-25 04:25 Zhentiw 阅读(12) 评论(0) 推荐(0) 编辑