摘要: git statsh: save the local change, and back to the state of your last commit e.g before the change bsc@ubuntu:~/Desktop/rcom_code/rcom/rcom$ git statu 阅读全文
posted @ 2018-08-13 23:04 anyu686 阅读(807) 评论(0) 推荐(0) 编辑
摘要: Build stages: Stages can run mutiple jobs at the same time, and it can only move to next stage if the jobs in last stages successfully finished. How t 阅读全文
posted @ 2018-06-09 05:14 anyu686 阅读(146) 评论(0) 推荐(0) 编辑
摘要: rules : $@ is the name of the file to be made. $? is the names of the changed dependents. $@ is the name of the file to be made. $? is the names of th 阅读全文
posted @ 2018-06-06 05:18 anyu686 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Jenkins is an CI/CD tool which can automate all sorts of tasks related to building, testing, and delivering or deploying software. 阅读全文
posted @ 2018-06-01 05:42 anyu686 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 1 Hostnetwork NETWORK: HOST With the network set to host a container will share the host’s network stack and all interfaces from the host will be avai 阅读全文
posted @ 2018-05-26 05:25 anyu686 阅读(175) 评论(0) 推荐(0) 编辑
摘要: DockerFile Dockerfile contains instructions on how the image should be built. Here are some of the most common instructions that you can meet in a Doc 阅读全文
posted @ 2018-05-24 17:33 anyu686 阅读(165) 评论(0) 推荐(0) 编辑
摘要: Kubernetes Pods Pods A Pod is a Kubernetes abstraction that represents a group of one or more application containers (such as Docker or rkt), and some 阅读全文
posted @ 2018-05-24 04:33 anyu686 阅读(157) 评论(0) 推荐(0) 编辑
摘要: IaaS: Infrastructure as a Service, e.g Test app in a cloud environment, PaaS: Platform as a Service, e.g google app engine SaaS: Software as a Service 阅读全文
posted @ 2018-05-23 05:20 anyu686 阅读(126) 评论(0) 推荐(0) 编辑
摘要: What is Packer? Packer is an open source tool for creating identical machine images for multiple platforms from a single source configuration. Packer 阅读全文
posted @ 2018-05-18 05:02 anyu686 阅读(421) 评论(0) 推荐(0) 编辑
摘要: Software as a service (SAAS) (e.g google drawing) accessibale from any pc on internet Platform as a service (PAAS) (e.g google app engine ) allow appl 阅读全文
posted @ 2018-05-16 05:03 anyu686 阅读(218) 评论(0) 推荐(0) 编辑