automation-tests/common/docs
Ashley Cui c92b4705d1 Add to default machine volumes for MacOS
On MacOS, mount /Users, /private/, /var/folders by default for better docker compat. The homedir on MacOS is /Users/<username>, so that will be mounted automatically anyway with this change.

Docker also mounts /Volumes and /tmp, /Volumes fails with a Too many levels of symbolic links, as Volumes on Mac is just a symlink to / which seems like a bad idea to mount anyway.
/tmp fails because the Podman machine uses the tmp directory inside the machine and writes content to it on boot, causing the mount to fail. However, on Mac, /tmp is symlinked to /private/tmp anyway, so those files are accessible from there.

Signed-off-by: Ashley Cui <acui@redhat.com>
2022-12-09 15:36:20 -05:00
..
links Add .containerignore.5 link file so users can find man page 2022-03-22 16:34:59 -04:00
Containerfile.5.md docs,containerfile: RUN --mount mention rw option 2022-11-28 15:40:53 +05:30
Makefile Add .containerignore.5 link file so users can find man page 2022-03-22 16:34:59 -04:00
containerignore.5.md Fix typos and improve language 2022-01-30 17:15:02 +01:00
containers-mounts.conf.5.md Move buildah/pkg/secrets to common/pkg/subscriptions 2020-11-19 10:31:58 -05:00
containers.conf.5.md Add to default machine volumes for MacOS 2022-12-09 15:36:20 -05:00