https://github.com/greatwizard/node-browsers
๐ฌ Node.js docker images bundled with ready-to-use headless browsers ๐งช
https://github.com/greatwizard/node-browsers
browsers chrome chromedriver docker dockerfile firefox geckodriver node xvfb
Last synced: 7 months ago
JSON representation
๐ฌ Node.js docker images bundled with ready-to-use headless browsers ๐งช
- Host: GitHub
- URL: https://github.com/greatwizard/node-browsers
- Owner: GreatWizard
- License: mit
- Created: 2020-05-28T17:30:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T14:59:23.000Z (almost 4 years ago)
- Last Synced: 2024-10-09T12:51:27.096Z (about 1 year ago)
- Topics: browsers, chrome, chromedriver, docker, dockerfile, firefox, geckodriver, node, xvfb
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/greatwizard/node-browsers
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-browsers
[](https://opensource.org/licenses/MIT)
[](https://liberapay.com/GreatWizard/)Node.js docker images bundled with ready-to-use headless browsers:
- Firefox with geckodriver
- Chrome with chromedriverThe entrypoint of images uses [Xvfb](http://www.x.org/releases/X11R7.6/doc/man/man1/Xvfb.1.xhtml) with the display port `:99`.
When the images are rebuilt, the latest versions of browsers are installed.
## Getting started
The available images are based on different versions of Node.js.
| Image tag | Base Image | Image Size |
| ------------------------------ | ---------------- | ---------- |
| `greatwizard/node-browsers:10` | `node:10-buster` | ~926 MB |
| `greatwizard/node-browsers:12` | `node:12-buster` | ~928 MB |
| `greatwizard/node-browsers:13` | `node:13-buster` | ~939 MB |
| `greatwizard/node-browsers:14` | `node:14-buster` | ~938 MB |
| `greatwizard/node-browsers:15` | `node:15-buster` | ~938 MB |
| `greatwizard/node-browsers:16` | `node:16-buster` | ~938 MB |
| `greatwizard/node-browsers:17` | `node:17-buster` | ~938 MB |## License
- [MIT License](https://github.com/greatwizard/node-browsers/blob/master/LICENSE)