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
Since Podman starts containers from user-space, it should launch cloudmacs with your user-PID instead of having to do hacky things and expose a root level emacs instance. Since podman-compose is now a thing, you should now have a composable OCI-container in userspace for your emacs in browser.
(note, I have not tried cloudmacs for myself in either docker or podman)
Have you yet tried setting your default editor to xdg-open <container.IP>:<container.port>?
The text was updated successfully, but these errors were encountered:
Since Podman starts containers from user-space, it should launch cloudmacs with your user-PID instead of having to do hacky things and expose a root level emacs instance. Since
podman-compose
is now a thing, you should now have a composable OCI-container in userspace for your emacs in browser.(note, I have not tried cloudmacs for myself in either docker or podman)
Have you yet tried setting your default editor to
xdg-open <container.IP>:<container.port>
?The text was updated successfully, but these errors were encountered: