I was using the command line to quickly build out a file hierarchy. I wrote something that looked basically like: 1 mkdir -p "~/dir/a b/c d" I meant for dir to be in my home directory. I should have put the ~/ outside the doublequotes. Hence, it actually ended up creating a directory called ~. I thought, “Well that was ...
Read More »Home »
How to setup the OpenShift Container Platform 4.6 on your local machine
Are you looking to develop a few projects on your local machine and push them on to a real OpenShift Container Platform without having to worry about cloud hosting of your container platform? Would you like to do that on one of the newer versions of OpenShift Container Platform such as version 4.6? Look no further as CodeReady Containers puts ...
Read More »