Skip to content

docs: clarify home directory paths in container-machine.md#1694

Open
Otoru wants to merge 3 commits into
apple:mainfrom
Otoru:fix/container-machine-home-dir-docs
Open

docs: clarify home directory paths in container-machine.md#1694
Otoru wants to merge 3 commits into
apple:mainfrom
Otoru:fix/container-machine-home-dir-docs

Conversation

@Otoru

@Otoru Otoru commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Fixes contradictory descriptions of the home directory paths in docs/container-machine.md
  • The doc said the macOS home is mounted at /Users/<username> in one place, then referred to /home/<you> as "your Mac home dir, mounted in" — which contradicts itself
  • /home/<username> is the persistent Linux home; the macOS home is what is mounted at /Users/<username> (preserving the host path)

Fixes #1678

Test plan

  • Read through the updated doc and verify the two paths are no longer contradictory

The doc described the macOS home mount as /Users/<username> in one
place and then referred to /home/<you> as "your Mac home dir, mounted
in", which contradicts itself. The Linux $HOME (/home/<username>) is a
separate persistent directory; the macOS home is what is mounted at
/Users/<username>.

Fixes apple#1678
Comment thread docs/container-machine.md Outdated
Comment thread docs/container-machine.md Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Container machine docs disagree on the home directory path

2 participants