Category: Docker

  • How to publish a docker image to Google Container Registry

    How to publish a docker image to Google Container Registry

    In this short article, I list the steps you need to follow in order to publish a Docker image to the Google Container Registry(GCR) in the Google Cloud Platform. Pre-requisites Docker installed GCloud SDK User or service account with access required to push to GCR. Steps to push docker image to GCR Create Dockerfile In […]

  • How to start a docker container and delete the container on exit

    How to start a docker container and delete the container on exit

    In this very quick article, I am sharing a command snippet that you probably need to run often. You want to start a docker container locally but you don’t want to leave anything leftover running or even the container itself after you exit. Here is how you do it: -it -i and -t are used […]

  • Develop for Kubernetes and WordPress with Skaffold

    Develop for Kubernetes and WordPress with Skaffold

    In this article, I am going to show you, how to create a WordPress Kubernetes application using Skaffold and Kustomize so you can start developing for WordPress with Kubernetes, in your local environment straight away. So What is Skaffold? And Kustomize? If you don’t know Skaffold yet, Skaffold is a command-line tool developed by Google […]

  • Creating a VPN With 2 Factor Authentication Using OpenVPN and Docker

    Creating a VPN With 2 Factor Authentication Using OpenVPN and Docker

    I recently set up a VPN with 2-Factor Authentication using the Community Edition of OpenVPN and using Google’s standard authenticator. I am writing this article to save you time and effort because this was not straightforward. Most guides I found on the internet, if not all, talk about using a PAM plugin to extend OpenVPN […]