1
0
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:
kev 2024-12-27 17:31:41 +08:00
parent ac8f050121
commit dafe9b71d4
3 changed files with 17 additions and 0 deletions

View File

@ -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
View 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

View File

@ -0,0 +1,7 @@
services:
headless-shell:
image: chromedp/headless-shell:stable
ports:
- "9222:9222"
shm_size: 2gb
restart: unless-stopped