mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-03-05 03:00:37 +00:00
11 KiB
11 KiB
Container Runtimes/Managers, Base Images and Container Tools. Podman, Buildah & Skopeo
- Introduction
- OCI Project
- Container Managers / Container Runtimes (CRI runtimes)
- Container Images
- Container Tools
Introduction
- A Practical Introduction to Container Terminology
- inovex.de: Welcome To The Container Jungle: Docker vs. containerd vs. Nabla vs. Kata vs. Firecracker and more! 🌟
- blog.alexellis.io: Building containers without Docker 🌟
- thenewstack.io: Container Best Practices: What They Are and Why You Should Care
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
- cri-o.io Lightweight Container Runtime for Kubernetes
- Why Red Hat is investing in CRI-O and Podman
Podman. Pod Manager tool
- Podman.io
- Libpod: Library and tool for running OCI-based containers in Pods
- Libpod is a library used to create container pods. Home of Podman.
- Libpod provides a library for applications looking to use the Container Pod concept, popularized by Kubernetes. Libpod also contains the Pod Manager tool (Podman). Podman manages pods, containers, container images, and container volumes.
- Intro to Podman
- developer.ibm.com: How templating works with Podman, Kubernetes, and Red Hat OpenShift
- redhat.com: Be careful when pulling images by short name
- developers.redhat.com: Podman and Buildah for Docker users 🌟
- podmain.io: Announcing Podman v2 Featuring a new REST API, Remote Clients, Auto-update, Systemd Integration Improvements and more!
- youtube: Getting started with Podman
- Podman remote clients for macOS and Windows Podman manages your containers on a Linux host. Manage your containers from macOS or Windows by using the Podman remote client.
- developers.redhat.com: Rootless containers with Podman: The basics
- tecmint.com: How to Manage Containers Using Podman and Skopeo in RHEL 8
- thenewstack.io: Tutorial: Host a Local Podman Image Registry 🌟
- devopscurry.com: Looking for an alternative to Docker? Podman could be your solution !
- redhat.com: Using Podman and Docker Compose Podman 3.0 now supports Docker Compose to orchestrate containers.
- redhat.com: From Docker Compose to Kubernetes with Podman Use Podman 3.0 to convert Docker Compose YAML to a format Podman recognizes.
- fedoramagazine.org: Manage containers with Podman Compose
- medium: Podman: Getting Started
- oldgitops.medium.com: Setting up Podman on WSL2 in Windows 10 🌟
- youtube: Podman in Podman (Running a container within a container)
- "Forget about Docker image updating hassle. Podman offers simple auto updating capabilities. It works with conjunction with systemd. Just add label "io.containers.autoupdate=image" and run podman auto-update in cron or with help of systemd.timer and be done with it" puksiarz
- wbhegedus.me: Configuring Podman for WSL2 🌟
- podman.io: Podman Release v3.1.0 The new Podman release includes a number of exciting new features, including the podman secret command for managing secrets, support for a volume chown option to fix permissions automatically, improved support for volumes in podman generate kube, and over 60 bug fixes, many to the HTTP API. Read on for more details!
- redhat.com: How to replace Docker with Podman on a Mac Want to use Podman to work with containers? Here's what you need to know about Podman on a Mac.
- redhat.com: Exploring the new Podman secret command 🌟 Use the new podman secret command to secure sensitive data when working with containers.
- developers.redhat.com: Using Podman Compose with Microcks: A cloud-native API mocking and testing tool
- redhat.com: How to automate Podman installation and deployment using Ansible 🌟 Learn how to easily install and deploy Podman using Ansible in your environment.
- tutorialworks.com: How to Start Containers Automatically, with Podman and Systemd
- youtube: Podman 3 and Docker Compose - How Does the Dockerless Compose Work? 🌟
- fedoramagazine.org: Use Docker Compose with Podman to Orchestrate Containers on Fedora Linux
- opensource.com: Run a Linux virtual machine in Podman Use Podman Machine to create a basic Fedora CoreOS VM to use with containers and containerized workloads.
- developers.redhat.com: Transitioning from Docker to Podman 🌟
- redhat.com: How to run Podman on Windows With a little help from Windows Subsystem for Linux, you can use Podman to build container images, run a web server in a container, and more.
- pythonspeed.com: Using Podman with BuildKit, the better Docker image builder 🌟
- devopscube.com: Podman Tutorial For Beginners: Step by Step Guides 🌟
- kubernetespodcast.com: Podman, with Daniel Walsh and Brent Baude
Containers In High Security Environments with Podman
- Build trusted pipelines/Guards with Podman containers Container technology makes develoment easier/cheaper & much more secure. SELinux,SECCOMP,Namespaces,Dropped Capabilities.
Container Images
Red Hat Universal Base Image
- Introducing the Red Hat Universal Base Image 🌟
- What is Red Hat Universal Base Image?
- RH Universal Base Image FAQ
- Red Hat Ecosystem Catalog
- ubi-micro: RHEL tiny images to build containers 🌟
- developers.redhat.com: How to pick the right container base image
Container Tools
- Say “Hello” to Buildah, Podman, and Skopeo. New Generation of Container Management Tools
- How to use the --privileged flag with container engines Let's take a deep dive into what the --privileged flag does for container engines such as Podman, Docker, and Buildah.
- itnext.io: Docker, Kaniko, Buildah Different ways to build container images
Buildah
- Buildah.io A tool that facilitates building Open Container Initiative (OCI) container images
- developers.redhat.com: Getting started with Buildah
- youtube: How to live without Docker for developers - Part 1 | Migration from Docker to Buildah and Podman
Skopeo
- Skopeo is a command line utility that performs various operations on container images and image repositories.
- Promoting container images between registries with skopeo
