Replies: 1 comment
-
Thanks for checking out GOW, I'm glad you like it!
Me and @zb140 discussed this at the very beginning of this project. The "easy" path would be something along the lines of what you suggested: pass the docker socket, install the Docker CLI inside the Sunshine image and let it be able to spin up and down containers as needed. This can probably be done easily and pull requests are very welcome! 😉 We were trying to achieve something a little bit more flexible (#33): a GUI that will run inside a container that can possibly spin up and down other containers by clicking a button. This way we could probably add a little bit of logic behind each container and possibly avoiding users having to manually mess with One solution doesn't exclude the other though.
This is a recurring question on the Discord channel and it's probably worth to turn into a proper issue. There are two main use cases for multiple users:
I think the first one is supported by Sunshine, I haven't tried it but it might be just a matter of setting For the second one there are different ways that can possibly achieve that, we still have to try out and see.
|
Beta Was this translation helpful? Give feedback.
-
Hi,
Great effort and stunning results ! Thanks for that.
I would like to know if there's already any documented way to manage dockerized apps launch and stop from sunshine ?
I assume it might mean sunshine needs access to docker.sock to run docker commands ?
(also if you have any idea on how to handle multiple connected players on one session that would be great ?)
Beta Was this translation helpful? Give feedback.
All reactions