Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paxa/slimerjs-docker
Docker image for slimerjs + firefox, runs on alpine linux
https://github.com/paxa/slimerjs-docker
alpine-linux docker-image firefox slimerjs
Last synced: 24 days ago
JSON representation
Docker image for slimerjs + firefox, runs on alpine linux
- Host: GitHub
- URL: https://github.com/paxa/slimerjs-docker
- Owner: Paxa
- Created: 2017-02-04T16:32:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T08:47:57.000Z (over 6 years ago)
- Last Synced: 2024-03-02T03:33:36.067Z (8 months ago)
- Topics: alpine-linux, docker-image, firefox, slimerjs
- Homepage: https://hub.docker.com/r/evpavel/slimerjs-alpine/
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Slimerjs with firefox and xvfb, runs on alpine linux
[![Docker Build Statu](https://img.shields.io/docker/build/evpavel/slimerjs-alpine.svg)](https://hub.docker.com/r/evpavel/slimerjs-alpine)
[![Docker Pulls](https://img.shields.io/docker/pulls/evpavel/slimerjs-alpine.svg)](https://hub.docker.com/r/evpavel/slimerjs-alpine)* alpine 3.7
* firefox 58
* slimerjs 1.0 (23 mar 2018)Uncompressed size: 257 MB
Usage:
FROM evpavel/slimerjs-alpine:latest
RUN slimerjs /usr/local/slimerjs/examples/phantomjs/loadspeed.js http://google.com---
## Development
You need to init submodules first
git submodule update --init