accetto / ubuntu-vnc-xfce-g3

Headless Ubuntu/Xfce containers with VNC/noVNC (G3v6).
MIT License
214 stars 62 forks source link

Overriding HEADLESS_USER_NAME doesn't seem to work #49

Closed dtcooper closed 1 year ago

dtcooper commented 1 year ago

Here's how to reproduce

docker run --rm -it -p 6901:6901 --env HEADLESS_USER_NAME=myuser accetto/ubuntu-vnc-xfce-opengl-g3:latest

Log in via noVNC with the password headless. Observe username is still headless and not myuser.

Cheers and thanks!

accetto commented 1 year ago

Hello @dtcooper,

thank you for you feedback.

Unfortunately, currently it's not possible to override the user name in the run-time, only in the build-time (s. Overriding container user parameters).

I'm sorry for the confusion. I'm already working on a new documentation, which will not be so concise.

Regards, accetto

dtcooper commented 1 year ago

Cheers thanks for the clarification and great family of containers! :)