You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README was written when host-spawn was only a proof-of-concept, to demonstrate the issues in flatpak-spawn --host were relatively easy to fix. Now that it's starting to be used as a replacement of flatpak-spawn itself, it's better to rewrite the docs to explain how it works and how to set it up.
The text was updated successfully, but these errors were encountered:
@pioupia please use this discussion for usage questions: #23
But in simple terms, my suggested setup, provided you are using it with distrobox or toolbox, is to put the binary in /usr/local/bin inside the container and that's all that's needed. Calling host-spawn from within the container should open a shell on the host, and running host-spawn <command> will run the command on the host.
The README was written when host-spawn was only a proof-of-concept, to demonstrate the issues in
flatpak-spawn --host
were relatively easy to fix. Now that it's starting to be used as a replacement offlatpak-spawn
itself, it's better to rewrite the docs to explain how it works and how to set it up.The text was updated successfully, but these errors were encountered: