Skip to content

Commit

Permalink
Merge pull request #23779 from wbrefvem/wsl-volume-docs
Browse files Browse the repository at this point in the history
Clarify podman machine volume mounting behavior under WSL
  • Loading branch information
openshift-merge-bot[bot] authored Aug 28, 2024
2 parents 10363e1 + 6354512 commit 03a413f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/markdown/podman-machine-init.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ Example: `-v "$HOME/git:$HOME/git:ro,security_model=none"`
Default volume mounts are defined in *containers.conf*. Unless changed, the default values
is `$HOME:$HOME`.

**Note on Windows Subsystem for Linux (WSL)**
Since all drives are mounted at `/mnt` on startup by default in WSL, passing
`--volume` is redundant and has no effect. The host home directory for a `C:`
drive will be mounted at `/mnt/c/Users/<my username>`.

## EXAMPLES

Initialize the default Podman machine, pulling the content from the internet.
Expand Down

0 comments on commit 03a413f

Please sign in to comment.