chris2511 / xca

X Certificate and Key management
http://xca.hohnstaedt.de
Other
1.54k stars 204 forks source link

Docker image #523

Closed abmaymic closed 8 months ago

abmaymic commented 9 months ago

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.

abmaymic commented 8 months ago

Created a new PR #529 .