From cc792b244bcb87c81f72640d4eefa5024851e498 Mon Sep 17 00:00:00 2001 From: Thian-Peng Ter Date: Fri, 10 Sep 2021 08:36:18 -0600 Subject: [PATCH] Correct typo Podman machine currently has now (correction: no) support for mounting volumes from the host machine (your Mac) into the container on the virtual machine --- src/posts/2021-09-01-migrating-from-docker-to-podman.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts/2021-09-01-migrating-from-docker-to-podman.md b/src/posts/2021-09-01-migrating-from-docker-to-podman.md index 767561a..692c666 100644 --- a/src/posts/2021-09-01-migrating-from-docker-to-podman.md +++ b/src/posts/2021-09-01-migrating-from-docker-to-podman.md @@ -124,7 +124,7 @@ This seems to happen (for me at least) when I've previously run `podman machine Error: statfs /Users/marcus/web: no such file or directory ``` -Podman machine currently has now support for mounting volumes from the host machine (your Mac) into the container on the virtual machine. Instead, it attepts to mount a directory matching what you specified from the _virtual machine_ rather than your Mac. +Podman machine currently has no support for mounting volumes from the host machine (your Mac) into the container on the virtual machine. Instead, it attepts to mount a directory matching what you specified from the _virtual machine_ rather than your Mac. This is a fairly big issue if you're looking for a smooth transition from Docker Desktop.