Bash on Ubuntu on Windows 10 – Teething Issues
August 10, 2016
Just set up the new Bash on Windows 10 feature that comes with the Anniversary Update. It’s not bad. But there’s a few annoying things it does that grind my gears.
random notes, guides, and thoughts…
August 10, 2016
Just set up the new Bash on Windows 10 feature that comes with the Anniversary Update. It’s not bad. But there’s a few annoying things it does that grind my gears.
August 4, 2016
I’ve done a bit of work in the past few days modifying a Docker ELK Github repository I came across, to make it more suited to my needs.
July 31, 2016
Official documentation here. Following is a (very!) brief summary of how to get your Registry in Openshift working with an NFS backend. I haven’t been able yet to get it to deploy cleanly straight from the Ansible installer with NFS, but it is pretty straightforward to change it after initial deployment.
July 29, 2016
Repeating what we did in my previous post, we’ll deploy the Django example project to OpenShift using the CLI to do it. This is probably more attractive to many sysadmins.
July 29, 2016
In my last post, I talked about how to set up a quick-and-dirty OpenShift environment on Atomic. Here, we’ll talk about firing up a test application, just to verify that everything works.
July 28, 2016
For my work, we’re looking at OpenShift, and I decided I’d set up an OpenShift Origin setup at home on my KVM box using CentOS Atomic. This is a really basic setup, involving one master, two nodes, and no NFS persistent volumes (yet!). We also don’t permit pushing to DockerHub, since this will be a completely private setup. I won’t go into how to actually setup Atomic instances here.