-
Notifications
You must be signed in to change notification settings - Fork 386
Closed
Labels
Description
I'm curious if it is possible at all to run x11 server and client inside a container. Reason for this is that I'd like to run a pi with nothing but docker and let docker continually pull an updated fully configured image. I know I can (obviously) run server on the pi, but I'm trying to have to avoid as any moving pieces within the pi, and so all the configuration required would be inside the container. Is this possible at all? I've done a lot of searching but have come out blank.