-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
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
Black screen VNC output when using docker volume #13
Comments
2020-01-05 06:50:38,617 CRIT Supervisor running as root (no user in config file) |
Please consult/post the supervisor log of the failed container Also note that the use of |
Same problem for me when using VOLUME and same log as previous posted one. |
Again,
Docker log (= supervisord activity log) only tells that chrome exited. Child process log should tell you why it exited. |
I was having this blank screen problem. Manually creating the .config folder fixed this problem for me on a Windows host.
Created this folder ahead of time: This is a great container and very useful to me. Keep up the good work and please keep supporting it! |
Thanks @jeffr1975, that makes sense. I'll update |
mkdir ~/test
docker run -v ~/test:/home/chrome -p 5900:5900 -e VNC_SCREEN_SIZE=1366x768 siomiz/chrome
The text was updated successfully, but these errors were encountered: