Posts for docker


Lightning speed development on Windows 10 with WSL 2, Docker, Terminal and Jetbrains IntelliJ/PyCharm/PHPStorm

Developing on Windows was challenging before Microsoft introduced WSL 2. Running Linux Virtual …


Deploy Kubernetes Cluster with Rancher Kubernetes Engine (RKE)

In this blog post, I'll explain how you deploy a brand new Kubernetes Cluster with Rancher …


Docker on CentOS 7 machine with XFS filesystem can cause trouble when d_type is not supported

At my work, we try to automate almost everything. We're using Docker to containerize our in-house …


Kubernetes cluster on OpenStack - Part 1

The last few weeks I'm working with Kubernetes and OpenStack. It's a steep learning curve to get a …


Request an API (bearer) token from GitLab JWT authentication to control your private Docker registry

My continuous integration and continuous delivery pipeline use Docker containers and a private …


Setup your private GitLab server with Docker (and Rancher)

As a developer, I used GitHub a lot to store my (private) projects. This works great, but I do miss …