Skip to main content

7 posts tagged with "systemd"

View All Tags

· One min read

podman logo

Podman 3 and Docker Compose - How Does the Dockerless Compose Work?

By Kirill Shirinkin GitHub

One of the main Podman 3 features is the support of Docker Compose. You can take any of your existing docker-compose.yml and just use it with Podman.

In this video, Kirill Shirinkin shows how he moved from Docker to Podman in a real docker-composed application.

Watch now.

· One min read

podman logo

Dockerless: Build and Run Containers with Podman and systemd

By Kirill Shirinkin GitHub

In this video, Kirill Shirinkin will show how to use Podman to build container images and run Java applications in containers with systemd.

We are going to learn why we should at least try alternatives to Docker, how container runtime landscape changed and how Podman is different and in certain ways better than Docker.

Watch now.

· One min read

podman logo

Running containers with Podman and shareable systemd services

By Bryan Hepworth GitHub

Podman version 1.7 is coming out soon and will include new features that will make management of containers with systemd services even easier. Valentin Rothberg has a blog post on the Red Hat Enable Sysadmin site that previews the features: Running containers with Podman and shareable systemd services. In the post Valentin goes over the highlights and then gives a great working example.