mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-20 04:59:27 +02:00
15 lines
301 B
Markdown
15 lines
301 B
Markdown
A simple web-service for rendering javascript-enabled website.
|
|
|
|
## server
|
|
|
|
docker run -d --restart=always -p 1024:1024 -p 2812:2812 -p 9001:9001 --name=webkit vimagick/webkit
|
|
|
|
## client
|
|
|
|
http :1024 targetUrl=https://github.com/
|
|
|
|
## admin
|
|
|
|
firefox localhost:2812
|
|
firefox localhost:9001
|