Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/create: Expose the host's entire / in the container at /run/host
Having the entire host file system hierarchy mounted inside a toolbox container gives the containers a more complete environment that's resilient against future changes in the layout of the file system hierarchy and the need for giving access to new paths to support new use-cases. Otherwise, one would have to create a new container to get access to any path that lies outside the /boot, /etc, /run, /tmp, /usr and /var directories. As a nice side-effect, this also simplifies the bind mount handling code. containers#827
- Loading branch information