Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/initContainer: Give access to /tmp from the host operating system
Some users tend to put random throwaway files in /tmp, so having that location shared across the host operating system and toolbox containers makes it a more pleasant user experience. One nice side-effect of this is that it also makes the local file system socket in /tmp/.X11-unix used by X11 clients available to toolbox containers. So far, X11 clients inside toolbox containers used the local abstract socket. However, since GNOME 3.38, Mutter no longer listens on the abstract socket and only uses the file system socket to start the Xwayland server [1]. Therefore, this makes it possible to run X11 clients inside toolbox containers running on a GNOME 3.38 host. [1] Mutter commit e2123768f635ee89 https://gitlab.gnome.org/GNOME/mutter/-/issues/1289 #562
- Loading branch information