A Node-based Docker image that installs Chromium and configures its binary to enable WebGL.
2.4K
A Docker image that extends the node:lts-stretch image
and provides a binary for running a headless, WebGL-enabled Chromium browser
inside of a Docker container.
Install Docker.
Download the automated build from the public Docker Hub Registry:
docker pull fabisch/node-chromium-webgl
Alternatively, you can build an image from the Dockerfile:
docker build -t="fabisch/node-chromium-webgl" github.com/fabianscheidt/node-chromium-webgl
docker run -it --rm fabisch/node-chromium-webgl /bin/bash
Content type
Image
Digest
Size
503.5 MB
Last updated
about 5 years ago
docker pull fabisch/node-chromium-webgl