Merge pull request #14 from thianpengter-wf/patch-1

Correct typo
This commit is contained in:
Marcus Noble 2021-09-10 20:11:19 +01:00 committed by GitHub
commit b631a8e782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.