Containers
A container is a standardised software component that wraps up code and all of its dependencies to ensure that an application will run swiftly and consistently in different computing environments. An application’s code, runtime, system tools, libraries, and settings are all included in a lightweight, independent, executable package.
2023

Colima Essentials
The Colima Essentials article provides you with a brief introduction to Colima. It provides an installation guide and command-line commands to set up a local container runtime on your machine (macOS, or Linux). Continue reading Colima Essentials
2021

Minikube Essentials
The Minikube Essentials article provides you with a brief introduction to Minikube. It provides an installation guide and command-line commands to set up a local Kubernetes cluster on your local machine (macOS, Linux or Windows). Continue reading Minikube Essentials
2020

Docker Commands: Camunda BPM Platform
The Docker commands for Camunda BPM Platform contains a list of the docker commands that are frequently used to download, stop and start the docker container containing the Camunda BPM Platform. Continue reading Docker Commands: Camunda BPM Platform

Docker Commands: MySQL
The Docker commands for MySQL contains a list of the docker commands that are frequently used to download, stop and start the docker container containing the MySQL database. Continue reading Docker Commands: MySQL
2019

Hello World Dockerfile
The article contains a step-by-step guide on how to create a Hello World Dockerfile example. The Dockerfile is used to create a docker image and a docker container that will be executed and echo the words ‘Hello JavaNibble!’ as output. Continue reading Hello World Dockerfile