1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
dockerfiles/webkit/README.md
2014-12-29 19:48:37 +08:00

28 lines
604 B
Markdown

WebKit/PhantomJS
================
> A simple web-service based on PhantomJS for rendering javascript-enabled website.
## server
docker run -d --restart=always -p 80:80 -p 1024:1024 -p 2812:2812 -p 9001:9001 --name=webkit vimagick/webkit
## client
http :1024 targetUrl=https://github.com/
http :1024 targetUrl=https://github.com/ loadImages:=true requestType=png
## admin
# monit
firefox http://localhost:2812/
# supervisor
firefox http://localhost:9001/
# haproxy
firefox http://localhost:1024/haproxy?stats
## issues
- send back html+image at the same time