mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
New post
This commit is contained in:
parent
c9456f53ca
commit
221f0da097
2 changed files with 41 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue