Files
awesome-kubernetes/docs/container-managers.md
Inaki Fernandez 0ece4663cc Jan 25th
2022-01-25 15:29:39 +01:00

16 KiB

Container Runtimes/Managers, Base Images and Container Tools. Podman, Buildah & Skopeo

Introduction

OCI Project

OCI Runtimes

runc

  • runc CLI tool for spawning and running containers according to the OCI specification

crun

  • crun A fast and lightweight fully featured OCI runtime and C library for running containers

OCI Monitors

  • Conmon An OCI container runtime monitor.

Container Managers / Container Runtimes (CRI runtimes)

CRI-O

Podman. Pod Manager tool

Containers In High Security Environments with Podman

Container Images

  • sherifabdlnaby/kubephp 🐳 Production Grade, Rootless, and Optimized PHP Container Image Template for Cloud-Native Deployments and Kubernetes.

Red Hat Universal Base Image

Container Tools

Buildah

Skopeo

Images

??? note "Click to expand!"

<center>
[![OCP 4 Architecture](images/ocp4_arch.png)](https://www.openshift.com/blog/enterprise-kubernetes-with-openshift-part-one)
</center>

Tweets

Click to expand!

Running openvscode-server from #podman with:

podman pull https://t.co/eXpnV9qXTt
podman run -it --init -p 3000:3000 -v "$(pwd):/home/workspace:cached" gitpod/openvscode-server

Note; you might get a permission denied, is not aware of rootless use. Resolve with `chmod o+w -R` :-/

— Forever Young (@gbraad) (@gbraad) October 27, 2021
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

The RHEL/UBI 9 container images were released today! I'm quite happy with the size reduction! We have UBI Micro down to 7MB compressed! pic.twitter.com/PBU3cAApsp

— Scott McCarty (@fatherlinux) November 3, 2021
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>