We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See my branch: https://github.com/Aterfax/docker-ubuntu-vnc-desktop/tree/impish
Refactored to work using the ubuntu rolling base image (Impish). Not extensively tested but appears to be working with passwords and SSL just fine.
Tested with Chrome, MobaXterm (VNC direct) and the following command:
sudo docker run --name docker-ubuntu-vnc-desktop-impish -e VNC_PASSWORD=mypassword -p 6081:443 -e SSL_PORT=443 -v ${PWD}/ssl:/etc/nginx/ssl -p 6080:80 -p 5900:5900 -v /dev/shm:/dev/shm docker-ubuntu-vnc-desktop-impish
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See my branch: https://github.com/Aterfax/docker-ubuntu-vnc-desktop/tree/impish
Refactored to work using the ubuntu rolling base image (Impish). Not extensively tested but appears to be working with passwords and SSL just fine.
Tested with Chrome, MobaXterm (VNC direct) and the following command:
sudo docker run --name docker-ubuntu-vnc-desktop-impish -e VNC_PASSWORD=mypassword -p 6081:443 -e SSL_PORT=443 -v ${PWD}/ssl:/etc/nginx/ssl -p 6080:80 -p 5900:5900 -v /dev/shm:/dev/shm docker-ubuntu-vnc-desktop-impish
The text was updated successfully, but these errors were encountered: