Added medium syndication metadata

This commit is contained in:
Brandon Rozek 2023-02-18 13:12:02 -05:00
parent 79329aae66
commit 387dd491b1
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
30 changed files with 175 additions and 134 deletions

View file

@ -1,10 +1,12 @@
---
title: "Rootless Docker-Compose with Podman"
date: 2022-01-29T20:21:11-05:00
date: 2022-01-29 20:21:11-05:00
draft: false
tags: ["Containers"]
math: false
medium_enabled: true
medium_post_id: d31b7e2a688c
tags:
- Containers
title: Rootless Docker-Compose with Podman
---
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!
@ -71,4 +73,4 @@ Now we can run `docker-compose`!
docker-compose ps
```
[^1]: https://bugzilla.redhat.com/show_bug.cgi?id=2125878
[^1]: https://bugzilla.redhat.com/show_bug.cgi?id=2125878