I haven’t noticed the path format when I created tarball, this time the format issue plays as a major blocker. We use a module tar ...
Clean Local Working Branch
Sometimes if the local working branch messes up but you want to sync up with your remote branch, for example origin master, first ...
Git Repository Browser
Note in order to run gitk from terminal you need to have a Desktop GUI environment (for example VNC). gitk is a graphical histor ...
Git Disable Pull Prompt
When run git pull origin master to make your local branch up-to-date, if there are files need to be merged, you will get prompt to ...
Kubernetes Security
Kubernetes version 1.13.2 I believe security is an unavoidable topic in Kubernetes or OpenShift, I have encountered lots of SCCs a ...
Docker Advanced
最近看了一本书,书名是<<Docker进阶与实战>>, 这里并不是讲一些基础入门,而是在已经掌握和应用的基础上,告诉你背后的原理和技术细节。平时留意到的很多现象都在这里得到了解释,还是很值得记一下要点的。 Chapter 3 镜像 主要 ...
OpenShift Security Context Constraint
OpenShift version: 3.10 I have some doubts about Security Context Constraint (SCC) in OpenShift, for example, I give privileged SC ...
Set up Secure Docker Registry Container
现在想想,可以使用cert-manager 以及 Let’ encrypt去做,这样就不用再去配置cert trust in OS以及可以自动更新certificate~ 唉,当时完全不知道! This post is about configuring ...
Docker Registry Configure
From JFrog: A Docker repository is a hosted collection of tagged images that, together, create the file system for a container A ...