Skip to main content

4 posts tagged with "linux"

View All Tags

· 2 min read

podman logo

Announcement: Support for Older Distros on Kubic Project/OBS

By Lokesh Mandvekar GitHub

The Podman Community builds and supports packages for a wide variety of Linux distributions and operating systems. These builds are provided in the public Open Build Service hosted by openSUSE. These pre-built packages have made it easier for new users to test the latest-greatest versions of Podman and allow for using it on distributions that do not yet provide it in their main repositories.

· 5 min read

podman logo

Easy Development Dependency Management With Podman and Tent

By Farhan Hasin Chowdhury GitHub

Installing and managing development dependencies for various project is a chore and one thing that can improve your everyday workflow is the usage of containers.

Tent is a CLI tool for running development dependencies such as MySQL, Mongo, ElasticSearch etc inside pre-configured containers using simple one-liners.

· One min read

Tent is an open-source CLI tool for running development dependencies such as MySQL, Mongo, ElasticSearch etc inside pre-configured containers using simple one-liners. Developed using Go and the official golang bindings, tent is fast, reliable and secure. Checkout Easy Development Dependency Management With Podman and Tent to learn about the project.

· 3 min read

podman logo

Using Podman and systemd to manage container lifecycle

By Ed Haynes GitHub

My background is in industrial automation, and in most cases, the edge devices in the factory are too underpowered to run Kubernetes as a method to manage the lifecycle of containers. The workloads have a very long lifecycle, and generally are "tied" to the edge device. There is a lot of value in containerizing applications on these edge devices, however, as it decouples the application dependencies from the OS and provides a level of isolation between applications. This demo will show how using Podman in conjunction with systemd provides an elegant solution for this sort of use case. In addition, this will be done as a "rootless" user - a key benefit of Podman that helps keep the device secure.