Containers
Docker, Podman, Kubernetes, and OpenShift
Containers
Docker and Podman commands
Buildah
Basic howto for building a container image with Buildah. This example set will build the GNU hell...
Dockerfile and container images
Building container images using a Dockerfile. Here's a Dockerfile example that runs a simple nmap...
Podman
Basics Registry file: /etc/containers/registries.conf Login to a registry podman login registry.a...
Pod scripts
Here are a few quick scripts to get pods up and running quickly on Podman. Gitea Gitea is a self-...
Kubernetes
Kubernetes : Minikube on CentOS 7
Deploy Kubernetes on a developer's workstation. This example is on CentOS 7with KVM. It is a VM...
Istio: Install
Setup and Configure Download Istio by running the following command: curl -L https://istio.io/dow...
Operator Framework
Operator SDK Download the release binary Set platform information: export ARCH=$(case $(uname -m)...