/node-chromium-webgl

A Node-based Docker image that installs Chromium and configures its binary to enable WebGL.

Primary LanguageDockerfileMIT LicenseMIT

Node Chromium WebGL Dockerfile

dockeri.co

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.

Installation

  • 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

Usage

docker run -it --rm fabisch/node-chromium-webgl /bin/bash