This commit is contained in:
Brandon Rozek 2024-05-09 22:24:49 -04:00
parent c9456f53ca
commit 221f0da097
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
2 changed files with 41 additions and 0 deletions

View file

@ -9,6 +9,8 @@ tags:
title: Rootless Docker-Compose with Podman
---
*Note: Nowadays, I prefer to use [Quadlets](/blog/migrating-docker-compose-podman-quadlets/)*
One of the benefits of Podman over Docker is that it can run daemon-less and without root. However, `docker-compose` is by far my favorite way to create and maintain containers. Luckily, the Podman folks emulated the Docker CLI so that `docker-compose` works well with Podman!
To install: