https://github.com/teitei-tk/docker-chrome-stable
Ubunts LTS (16.04) Based chrome stable installed on Docker.
https://github.com/teitei-tk/docker-chrome-stable
chrome docker-image dockerfile headless-chrome
Last synced: about 2 months ago
JSON representation
Ubunts LTS (16.04) Based chrome stable installed on Docker.
- Host: GitHub
- URL: https://github.com/teitei-tk/docker-chrome-stable
- Owner: teitei-tk
- License: mit
- Created: 2017-06-07T11:50:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T03:09:43.000Z (about 9 years ago)
- Last Synced: 2025-03-28T22:15:33.052Z (about 1 year ago)
- Topics: chrome, docker-image, dockerfile, headless-chrome
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-chrome-stable
Ubunts LTS (16.04) Based chrome stable installed on Docker.
[](https://hub.docker.com/r/teitei/docker-chrome-stable/)
[](https://hub.docker.com/r/teitei/docker-chrome-stable/)
## Usage
```bash
$ docker pull teitei/chrome
$ docker run -it --privileged teitei/chrome bash
```
--privileged option is required
## Dump DOM
```bash
root@f6577517d0b1:/data# google-chrome-stable --headless --disable-gpu --dump-dom https://www.chromestatus.com/
```