From e1c2cd2527ab9f19b84a7771bc936ad1c554af4e Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Fri, 21 Feb 2025 08:54:20 +0000 Subject: [PATCH] (readme): Add blog link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b3dac1..a1b348f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # fly-to-podman Migrate from Docker to Podman. -fly-to-podman is a small bash script that helps you migrate from Docker to Podman. It will migrate your Docker containers, images, and volumes to Podman, as well as keep your container data and configurations (mounts, ports, etc.) intact. \ No newline at end of file +fly-to-podman is a small bash script that helps you migrate from Docker to Podman. It will migrate your Docker containers, images, and volumes to Podman, as well as keep your container data and configurations (mounts, ports, etc.) intact. + +Full blog post: [From Docker to Podman: full migration to rootless](https://www.edu4rdshl.dev/posts/from-docker-to-podman-full-migration-to-rootless/) \ No newline at end of file