mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-02 03:37:40 +02:00
add headless-shell
This commit is contained in:
parent
ac8f050121
commit
dafe9b71d4
@ -393,6 +393,7 @@ A collection of delicious docker recipes.
|
||||
- [x] grafana/grafana
|
||||
- [x] hasura/graphql-engine
|
||||
- [x] haproxy
|
||||
- [x] chromedp/headless-shell
|
||||
- [x] healthchecks/healthchecks
|
||||
- [x] hivemq/hivemq-ce
|
||||
- [x] homeassistant/home-assistant
|
||||
|
9
headless-shell/README.md
Normal file
9
headless-shell/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
headless-shell
|
||||
==============
|
||||
|
||||
The [headless-shell][1] project provides a multi-arch container image,
|
||||
docker.io/chromedp/headless-shell, containing Chrome's headless-shell -- a
|
||||
slimmed down version of Chrome that is useful for driving, profiling, or
|
||||
testing web pages.
|
||||
|
||||
[1]: https://github.com/chromedp/docker-headless-shell
|
7
headless-shell/docker-compose.yml
Normal file
7
headless-shell/docker-compose.yml
Normal file
@ -0,0 +1,7 @@
|
||||
services:
|
||||
headless-shell:
|
||||
image: chromedp/headless-shell:stable
|
||||
ports:
|
||||
- "9222:9222"
|
||||
shm_size: 2gb
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user