Most days, I don’t have any good ideas. I only have bad ideas. But, I’ve become pretty good at stack ranking my bad ideas into good, better, and best. In this article, I’m going to run through a bunch of the best bad ideas that I had using the new Podman 2.0 REST API. I’ve
Tag: Container Engines
A Comparison of Linux Container Images
Updated 06/02/2020 Understanding Container Images To fully understand how to compare container base images, we must understand the bits inside of them. There are two major parts of an operating system – the kernel and the user space. The kernel is a special program executed directly on the hardware or virtual machine – it
Security Symposium 2020: Virtual: Live Panel: Containers and Kubernetes Security
This presentation is a 16 slide introduction to what must be thought about when building a production cloud. Proper image management is critical engineering task.
Continue Reading “Security Symposium 2020: Virtual: Live Panel: Containers and Kubernetes Security”
Security Symposium 2020: Virtual: The Security Implications of Running Software in Containers
This presentation is a 16 slide introduction to what must be thought about when building a production cloud. Proper image management is critical engineering task.
A Hacker’s Guide to Moving Linux Services into Containers
Background For years, I floundered around with moving my own blog, ticket system and wiki into containers. Literally, ticket #627: Migrate Crunchtools to Containers has been open in Request Tracker since March 11th, 2017. It’s embarrassing to admit given how deeply I have been involved with containers at Red Hat. Since the early days of
Continue Reading “A Hacker’s Guide to Moving Linux Services into Containers”
Red Hat Summit 2020: Virtual: Summit 2020 – Finding, running, building, sharing, and deploying containers
This presentation is a 16 slide introduction to what must be thought about when building a production cloud. Proper image management is critical engineering task.
FOSDEM 2020: Brussels: Do Linux Distributions Still Matter with Containers?
This presentation is a 16 slide introduction to what must be thought about when building a production cloud. Proper image management is critical engineering task.
Continue Reading “FOSDEM 2020: Brussels: Do Linux Distributions Still Matter with Containers?”
DevConf.cz 2020: Brno: Finding, Building, Sharing & Deploying Containers
This presentation is a 16 slide introduction to what must be thought about when building a production cloud. Proper image management is critical engineering task.
Continue Reading “DevConf.cz 2020: Brno: Finding, Building, Sharing & Deploying Containers”
DevConf.cz 2020: Brno: Understanding Container Engines by Demo™
This presentation is a 16 slide introduction to what must be thought about when building a production cloud. Proper image management is critical engineering task.
Continue Reading “DevConf.cz 2020: Brno: Understanding Container Engines by Demo™”
Deeply Understanding the Different Between Portability, Compatibility, and Supportability
Let’s dig into these three concepts a bit deeper: Portability Since the OCI standard governs the images specification, a container image can be created with Podman, pushed to almost any container registry, shared with the world, and consumed by almost any container engine including Docker, RKT, CRI-O, containerd and, of course, other Podman instances. Standardizing