Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diemol/chrome-remote-cdp
Docker container exposing CDP
https://github.com/diemol/chrome-remote-cdp
Last synced: 17 days ago
JSON representation
Docker container exposing CDP
- Host: GitHub
- URL: https://github.com/diemol/chrome-remote-cdp
- Owner: diemol
- Created: 2019-04-23T16:03:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T08:02:53.000Z (over 5 years ago)
- Last Synced: 2024-11-01T04:42:35.949Z (2 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chrome-remote-cdp
## How to build the image:
```
docker build -t diemol/chrome-remote-cdp .
```## How to run the container:
```
docker run --name=chrome -it --rm -p 4444:4444 -p 9222:9222 -p 5900:5900 -v /dev/shm:/dev/shm diemol/chrome-remote-cdp:latest
```## Additional notes:
* The container has VNC installed, so you can use any VNC Client and connect to see what happens inside. VNC password: secret
* This work in progress, currently nginx is used to route things internally, perhaps there is a more simple and straightforward way.
* You can also pull the image directly from Docker Hub: `docker pull diemol/chrome-remote-cdp`