Sure, here's a simplified version for easy copying:
This Docker container provides a headless Google Chrome browser accessible via VNC, managed by Supervisor.
git clone <repository-url>
cd <repository-directory>
docker build --no-cache -t chrome-vnc .docker run -d -p 5900:5900 --name chrome-vnc-container chrome-vnc- Use a VNC client to connect to
localhost:5900. - When prompted for the password, enter
1234.
- The VNC password is set to
1234by default. You can change it by modifying thex11vnccommand in theDockerfile. - Chrome command-line options and other configurations can be modified in the
supervisord.conffile.
This project is licensed under the MIT License.