chris2511/xca

Docker image

Closed this issue · 1 comments

I have an use case with different users connect to a virtual machine with SSH and X-forwarding runnig XCA in Docker.

PR #521 introduces a small fix to the Dockerfile (since build was broken), as well as a change to allow controlling the userid XCA runs at container start time instead of build time. This enables different users to run the same container image. Also documentation is adapted to reflect these changes. Additionally, documentations points out how to circumvent issues regarding OpenGL, when running with X-forwarding.

Created a new PR #529 .