轩辕镜像 官方专业版
轩辕镜像
专业版
轩辕镜像 官方专业版
轩辕镜像
专业版
首页个人中心搜索镜像
交易
充值流量¥7起我的订单
文档
工具
提交工单页面收录
alpine-chrome

zenika/alpine-chrome

zenika
自动构建

在极小的Alpine镜像中以无头模式运行的Chrome浏览器,适用于网页测试、自动化和内容生成等场景,体积小巧且功能丰富。

73 次收藏下载次数: 0状态:自动构建维护者:zenika仓库类型:镜像最近更新:24 天前
让 AI 帮你使用轩辕镜像? · 展开查看说明 · 点击收起说明

如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。

只需在 AI 对话中先发送下面这句话即可:

请先完整阅读并严格遵守以下文档中的全部规则与要求:

https://xuanyuan.cloud/agents.md

在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。

查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

DockerHub 官方简介
轩辕镜像中文简介
下载命令
镜像标签列表与下载命令
轩辕镜像,让镜像更快,让人生更轻。
点击查看

https://img.shields.io/github/stars/zenika/alpine-chrome](https://github.com/Zenika/alpine-chrome/) https://img.shields.io/github/workflow/status/zenika/alpine-chrome/build.svg](https://hub.docker.com/r/zenika/alpine-chrome/) https://img.shields.io/docker/pulls/zenika/alpine-chrome.svg](https://hub.docker.com/r/zenika/alpine-chrome/) https://img.shields.io/docker/stars/zenika/alpine-chrome.svg](https://hub.docker.com/r/zenika/alpine-chrome/)

https://img.shields.io/badge/all_contributors-39-orange.svg?style=flat-square](#-contributors)

Available registries

Following the changes with the https://www.docker.com/increase-rate-limits. Tweet here for more information in 🇫🇷

  • On the https://hub.docker.com/r/zenika/alpine-chrome without any prefix: zenika/alpine-chrome
  • On Google Cloud - available in the closest region:
    • Global: gcr.io/zenika-hub/alpine-chrome
    • Europe: eu.gcr.io/zenika-hub/alpine-chrome
    • Asia: asia.gcr.io/zenika-hub/alpine-chrome
    • US: us.gcr.io/zenika-hub/alpine-chrome

Supported tags and respective Dockerfile links

  • latest, 100 https://github.com/Zenika/alpine-chrome/blob/master/Dockerfile
  • with-node, 100-with-node, 100-with-node-16 https://github.com/Zenika/alpine-chrome/blob/master/with-node/Dockerfile
  • with-puppeteer, 100-with-puppeteer https://github.com/Zenika/alpine-chrome/blob/master/with-puppeteer/Dockerfile
  • with-playwright, 100-with-playwright https://github.com/Zenika/alpine-chrome/blob/master/with-playwright/Dockerfile
  • with-selenoid, 100-with-selenoid https://github.com/Zenika/alpine-chrome/blob/master/with-selenoid/Dockerfile
  • with-chromedriver, 100-with-chromedriver https://github.com/Zenika/alpine-chrome/blob/master/with-chromedriver/Dockerfile
  • 89, 86, 85, 84, 83, 81, 80, 77, 76, 73, 72, 71, 68, 64
  • 89-with-node, 86-with-node, 85-with-node, 84-with-node, 83-with-node, 81-with-node, 80-with-node, 77-with-node, 76-with-node
  • 89-with-puppeteer, 86-with-puppeteer, 85-with-puppeteer,84-with-puppeteer, 83-with-puppeteer, 81-with-puppeteer, 80-with-puppeteer, 77-with-puppeteer, 76-with-puppeteer

alpine-chrome

Chrome running in headless mode in a tiny Alpine image


🤔 Why use a Headless Chrome

In the world of webdev, the ability to run quickly end-to-end tests are important. Popular technologies like Puppeteer enable developers to make fun things like testing, automating forms, crawling, generating screenshots, capturing timeline... And there is a secret: some of these features are directly available on Chrome! 🙌

💡 Crafting the perfect container

  • 📦 Tiniest Headless Chrome (Compressed size: https://github.com/Zenika/alpine-chrome#image-disk-size)
  • 🐳 Easy to use, ephemeral and reproducible Headless Chrome with Docker
  • 📝 Doc-friendly with examples for printing the DOM, generating an image with a mobile ratio or generating a PDF.
  • 👷‍♂️ Autobuild with the https://hub.docker.com/repository/docker/zenika/alpine-chrome to sync the project and ship the images with confidence
  • 📌 Up-to-date latest Chromium and tags available to test different versions of Chromium
  • 🔐 Secure with the best way to use Chrome and Docker - https://github.com/Zenika/alpine-chrome#3-ways-to-securely-use-chrome-headless-with-this-image section
  • 🌐 Ready for internationalisation use: support for asian characters - https://github.com/Zenika/alpine-chrome/blob/master/with-puppeteer/src/screenshot-asia.js
  • 💄 Ready for design use: support for WebGL, support for emojis- See https://github.com/Zenika/alpine-chrome#how-to-use-with-webgl and https://github.com/Zenika/alpine-chrome/issues/114
  • 📄 Open Source with an Apache2 licence
  • 👥 Community-built with external contributors - https://github.com/Zenika/alpine-chrome#-contributors
  • 💚 Dev-friendly with examples using NodeJS, Puppeteer, docker-compose and also a test with a X11 display - https://github.com/Zenika/alpine-chrome#run-examples

3 ways to securely use Chrome Headless with this image

❌ With nothing

Launching the container using only docker container run -it zenika/alpine-chrome ... will fail with some logs similar to https://github.com/Zenika/alpine-chrome/issues/33.

Please use the 3 others ways to use Chrome Headless.

✅ With --no-sandbox

Launch the container using:

docker container run -it --rm zenika/alpine-chrome and use the --no-sandbox flag for all your commands.

Be careful to know the website you're calling.

Explanation for the no-sandbox flag in a https://www.google.com/googlebooks/chrome/med_26.html and for https://chromium.googlesource.com/chromium/src/+/master/docs/design/sandbox.md

✅ With SYS_ADMIN capability

Launch the container using: docker container run -it --rm --cap-add=SYS_ADMIN zenika/alpine-chrome

This allows to run Chrome with sandboxing but needs unnecessary privileges from a Docker point of view.

✅ The best: With seccomp

Thanks to ever-awesome Jessie Frazelle seccomp profile for Chrome. This is The most secure way to run this Headless Chrome docker image.

https://github.com/Zenika/alpine-chrome/blob/master/chrome.json

Also available here wget https://raw.githubusercontent.com/jfrazelle/dotfiles/master/etc/docker/seccomp/chrome.json

Launch the container using: docker container run -it --rm --security-opt seccomp=$(pwd)/chrome.json zenika/alpine-chrome

How to use in command line

Default entrypoint

The default entrypoint does the following command: chromium-browser --headless --disable-gpu --disable-software-rasterizer --disable-dev-shm-usage

You can get full control by overriding the entrypoint using: docker container run -it --rm --entrypoint "" zenika/alpine-chrome chromium-browser ...

Use the devtools

Command (with no-sandbox): docker container run -d -p 9222:9222 zenika/alpine-chrome --no-sandbox --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 https://www.chromestatus.com/

Open your browser to: http://localhost:9222 and then click on the tab you want to inspect. Replace the beginning https://chrome-devtools-frontend.appspot.com/serve_file/@.../inspector.html?ws=localhost:9222/[END] by chrome-devtools://devtools/bundled/inspector.html?ws=localhost:9222/[END]

Print the DOM

Command (with no-sandbox): docker container run -it --rm zenika/alpine-chrome --no-sandbox --dump-dom https://www.chromestatus.com/

Print a PDF

Command (with no-sandbox): docker container run -it --rm -v $(pwd):/usr/src/app zenika/alpine-chrome --no-sandbox --print-to-pdf --hide-scrollbars https://www.chromestatus.com/

Take a screenshot

Command (with no-sandbox): docker container run -it --rm -v $(pwd):/usr/src/app zenika/alpine-chrome --no-sandbox --screenshot --hide-scrollbars https://www.chromestatus.com/

Size of a standard letterhead.

Command (with no-sandbox): docker container run -it --rm -v $(pwd):/usr/src/app zenika/alpine-chrome --no-sandbox --screenshot --hide-scrollbars --window-size=1280,1696 https://www.chromestatus.com/

Nexus 5x

Command (with no-sandbox): docker container run -it --rm -v $(pwd):/usr/src/app zenika/alpine-chrome --no-sandbox --screenshot --hide-scrollbars --window-size=412,732 https://www.chromestatus.com/

Screenshot owned by current user (by default the file is owned by the container user)

Command (with no-sandbox): docker container run -u `id -u $USER` -it --rm -v $(pwd):/usr/src/app zenika/alpine-chrome --no-sandbox --screenshot --hide-scrollbars --window-size=412,732 [***]

How to use with Deno

Go the deno src folder. Build your image using this command:

docker image build -t zenika/alpine-chrome:with-deno-sample .

Then launch the container:

docker container run -it --rm zenika/alpine-chrome:with-deno-sample
 Download https://deno.land/std/examples/welcome.ts
 Warning Implicitly using master branch https://deno.land/std/examples/welcome.ts
 Compile https://deno.land/std/examples/welcome.ts
 Welcome to Deno 🦕

With your own file, use this command:

docker container run -it --rm -v $(pwd):/usr/src/app zenika/alpine-chrome:with-deno-sample run helloworld.ts
Compile file:///usr/src/app/helloworld.ts
Download https://deno.land/std/fmt/colors.ts
Warning Implicitly using master branch https://deno.land/std/fmt/colors.ts
Hello world!

How to use with Puppeteer

With tool like https://pptr.dev/#?product=Puppeteer&version=v1.15.0&show=api-class-browser, we can add a lot things with our Chrome Headless.

With some code in NodeJS, we can improve and make some tests.

See the https://github.com/Zenika/alpine-chrome/blob/master/with-puppeteer folder for more details. We have to https://github.com/puppeteer/puppeteer/blob/main/versions.js.

If you have a NodeJS/Puppeteer script in your src folder named pdf.js, you can launch it using the following command:

docker container run -it --rm -v $(pwd)/src:/usr/src/app/src --cap-add=SYS_ADMIN zenika/alpine-chrome:with-puppeteer node src/pdf.js

With the https://pkgs.alpinelinux.org/package/edge/testing/x86/wqy-zenhei library, you could also manipulate asian pages like in https://github.com/Zenika/alpine-chrome/blob/master/with-puppeteer/src/screenshot-asia.js

docker container run -it --rm -v $(pwd)/src:/usr/src/app/src --cap-add=SYS_ADMIN zenika/alpine-chrome:with-puppeteer node src/screenshot-asia.js

These websites are tested with the following supported languages:

  • Chinese (with https://m.baidu.com)
  • Japanese (with https://www.yahoo.co.jp/)
  • Korean (with https://www.naver.com/)

How to use with Puppeteer to test a Chrome Extension

https://github.com/puppeteer/puppeteer/blob/main/docs/api.md#working-with-chrome-extensions you can not test a Chrome Extension in headleass mode. You need a display available, that's where Xvfb comes in.

See the https://github.com/Zenika/alpine-chrome/blob/master/with-puppeteer-xvfb folder for more details. We have to https://github.com/puppeteer/puppeteer/blob/main/versions.js.

Assuming you have a NodeJS/Puppeteer script in your src folder named extension.js, and the unpacked extension in the chrome-extension folder, you can launch it using the following command:

docker container run -it --rm -v $(pwd)/src:/usr/src/app/src --cap-add=SYS_ADMIN zenika/alpine-chrome:with-puppeteer-xvfb node src/extension.js

The extension provided will change the page background in red for every website visited. This demo will load the extension and take a screenshot of the icanhazip.com website.

How to use with Playwright

Like https://pptr.dev/#?product=Puppeteer&version=v6.0.0&show=api-class-browser, we can do a lot things using https://playwright.dev/docs/core-concepts/#browser with our Chrome Headless.

Go to the with-playwright folder and launch the following command:

docker container run -it --rm -v $(pwd)/src:/usr/src/app/src --cap-add=SYS_ADMIN zenika/alpine-chrome:with-playwright node src/useragent.js

A example-chromium.png file will be created in your with-playwright/src folder.

How to use with WebGL

By default, this image works with WebGL.

If you want to disable it, make sure to add --disable-gpu when launching Chromium.

The with-webgl tag still exists but is deprecated. It will be removed before end of August 2020.

docker container run -it --rm --cap-add=SYS_ADMIN -v $(pwd):/usr/src/app zenika/alpine-chrome --screenshot --hide-scrollbars https://webglfundamentals.org/webgl/webgl-fundamentals.html

docker container run -it --rm --cap-add=SYS_ADMIN -v $(pwd):/usr/src/app zenika/alpine-chrome --screenshot --hide-scrollbars https://browserleaks.com/webgl

Links:

  • https://github.com/adieuadieu/serverless-chrome/issues/108
  • https://github.com/DevExpress/testcafe/issues/2116
  • 'use-gl' values https://cs.chromium.org/chromium/src/ui/gl/gl_switches.cc?type=cs&q=kUseGL&sq=package:chromium&g=0&l=69

How to use with Chromedriver

https://chromedriver.chromium.org/home is a separate executable that Selenium WebDriver uses to control Chrome. You can use this image as a base for your Docker based selenium tests. See https://www.browserstack.com/guide/run-selenium-tests-using-selenium-chromedriver.

How to use with Selenoid

https://github.com/aerokube/selenoid is a powerful implementation of Selenium hub using Docker containers to launch browsers. Even if it used to run browsers in docker containers, it can be quite useful as lightweight Selenium replacement. with-selenoid image is a self sufficient selenium server, chrome and chromedriver installed.

You can run it with following command:

docker container run -it --rm --cap-add=SYS_ADMIN  -p 4444:4444 zenika/alpine-chrome:with-selenoid -capture-driver-logs

And run your tests against http://localhost:4444/wd/hub

One of the use-cases might be running automation tests in the environment with restricted Docker environment like on some CI systems like GitLab CI, etc. In such case you may not have permissions for --cap-add=SYS_ADMIN and you will need to pass the --no-sandbox to chromedriver.

See more selenoid docs

Run as root and override default entrypoint

We can run the container as root with this command:

docker container run --rm -it --entrypoint "" --user root zenika/alpine-chrome sh

Run examples

Some examples are available on the examples directory:

  • 🐳 https://github.com/Zenika/alpine-chrome/blob/master/examples/docker-compose to launch a chrome calling a nginx server in the same docker-compose
  • ☸️ https://github.com/Zenika/alpine-chrome/tree/master/examples/k8s to launch a pod with a headless chrome
  • 🖥 https://github.com/Zenika/alpine-chrome/blob/master/examples/x11 to experiment this image with a X11 server.

References

  • Headless Chrome website: https://developers.google.com/web/updates/2017/04/headless-chrome

  • List of all options of the "Chromium" command line: [***]

  • Where to file issues: https://github.com/Zenika/alpine-chrome/issues

  • Maintained by: [***]

Versions (in latest)

Alpine version

docker container run -it --rm --entrypoint "" zenika/alpine-chrome cat /etc/alpine-release
3.15.4

Chrome version

docker container run -it --rm --entrypoint "" zenika/alpine-chrome chromium-browser --version
Chromium 100.0.4896.60

Image disk size

docker image inspect zenika/alpine-chrome --format='{{.Size}}'
357467827 # 341 MB

✨ Contributors

Thanks goes to these wonderful people (emoji key):


Julien Landuré
https://github.com/Zenika/alpine-chrome/commits?author=jlandure https://github.com/Zenika/alpine-chrome/pulls?q=is%3Apr+reviewed-by%3Ajlandure https://github.com/Zenika/alpine-chrome/commits?author=jlandure 🤔 💬 🚧
https://github.com/lygstate
https://github.com/Zenika/alpine-chrome/commits?author=lygstate 🤔 💬

Dennis Koch
https://github.com/Zenika/alpine-chrome/commits?author=pxlrbt 🤔 💬
https://github.com/sargonpiraev
https://github.com/Zenika/alpine-chrome/commits?author=sargonpiraev
https://github.com/ebriand
https://github.com/Zenika/alpine-chrome/commits?author=ebriand
https://github.com/huhai463127310
https://github.com/Zenika/alpine-chrome/commits?author=huhai463127310 🤔

Roman Pushkin
https://github.com/Zenika/alpine-chrome/commits?author=ro31337

Juan Lladó
https://github.com/Zenika/alpine-chrome/commits?author=jllado
https://github.com/c24w
https://github.com/Zenika/alpine-chrome/issues?q=author%3Ac24w

Wang Guan
https://github.com/Zenika/alpine-chrome/issues?q=author%3Ajokester
https://github.com/OscarSotoSanchez
https://github.com/Zenika/alpine-chrome/issues?q=author%3AOscarSotoSanchez

Calinoiu Alexandru Nicolae
https://github.com/Zenika/alpine-chrome/issues?q=author%3Aalexandru-calinoiu
https://github.com/mamacdon
https://github.com/Zenika/alpine-chrome/issues?q=author%3Amamacdon

Felix Mann
https://github.com/Zenika/alpine-chrome/issues?q=author%3ADJFliX
https://github.com/horacimacias
https://github.com/Zenika/alpine-chrome/issues?q=author%3Ahoracimacias

Emil Kjer
https://github.com/Zenika/alpine-chrome/issues?q=author%3Aemilkjer
https://github.com/likwid
https://github.com/Zenika/alpine-chrome/issues?q=author%3Alikwid

George Gaál
https://github.com/Zenika/alpine-chrome/issues?q=author%3Agecube
https://github.com/wheestermans31
https://github.com/Zenika/alpine-chrome/issues?q=author%3Awheestermans31
https://github.com/hodossy
https://github.com/Zenika/alpine-chrome/issues?q=author%3Ahodossy
https://github.com/ardeois
https://github.com/Zenika/alpine-chrome/issues?q=author%3Aardeois

Danny Althoff
💬
https://github.com/chadlwilson
💬 🤔
https://github.com/fenchu
https://github.com/Zenika/alpine-chrome/issues?q=author%3Afenchu
https://github.com/nrawat***
https://github.com/Zenika/alpine-chrome/issues?q=author%3Anrawat***

x0rzkov
https://github.com/Zenika/alpine-chrome/issues?q=author%3Ax0rzkov 🤔
https://github.com/jketterl

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

轩辕镜像加速拉取命令点我查看更多 alpine-chrome 镜像标签

docker pull docker.xuanyuan.run/zenika/alpine-chrome:<标签>

使用方法:

  • 登录认证方式
  • 免认证方式

DockerHub 原生拉取命令

docker pull zenika/alpine-chrome:<标签>

轩辕镜像配置手册

按平台快速找到配置文档

一键安装

一键安装 Docker

Linux Docker 一键安装

AI

用 AI 使用轩辕镜像

agents.md · AI 对话 · 提示词

Docker

登录仓库拉取

登录认证 · 私有仓库

专属域名拉取

免登录 · 高速拉取

Linux

Docker 镜像配置

Windows / Mac

Docker Desktop 配置

MacOS OrbStack

OrbStack 容器

Apple Container

macOS 原生容器

Docker Compose

Compose 项目配置

NAS

群晖

Synology 配置

飞牛

fnOS 镜像配置

绿联

绿联 NAS

威联通

QNAP 配置

极空间

极空间 NAS

Unraid

Unraid NAS

企业仓库

其他仓库

ghcr · Quay · nvcr

Harbor 镜像源

Proxy Repository 对接

Portainer 镜像源

Registries 配置

Nexus 镜像源

Docker Proxy 缓存

开发工具

Dev Containers

VS Code 开发容器

Podman

Podman 配置指南

Singularity / Apptainer

HPC 科学计算容器

Kubernetes

K8s Containerd

Kubernetes · Containerd

K3s

轻量级集群

面板 / 网络

爱快路由

爱快 4.0 · iKuai 镜像加速

宝塔面板

一键配置镜像源

需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

功能

版本功能对比

功能对比 · 版本选择

支持的镜像仓库

Docker Hub · GCR · GHCR

专属域名用法

专属域名 · 开启停用 · 多仓库

新手拉取配置

登录 · 专属域名 · 配置

docker search 限制

专属域名 · Hub 搜索

不支持 push

仅支持 pull · 不支持

拉取速度原因

带宽 · 缓存 · 冷热镜像

错误码

402 与流量用尽

402 · 流量包 · 充值

401 认证失败

401 · docker login

manifest unknown

标签错误 · 镜像不存在

410 Gone 排查

410 · Docker 升级

429 限流

免费版 · 专业版 · 企业版 · 请求频率

其他报错

DNS 超时

DNS 解析 · 网络超时

TLS 证书失败

no matching manifest(架构)

账号

失败是否计费

manifest · blob · 计费

申请开发票(企业 / 个人)

企业 · 个人 · 工单

修改登录密码

网站 · 仓库 · 重置

注销账户

工单 · 数据 · 注销

原理

mirrors 不生效

daemon.json · 重启

去掉域名前缀

docker tag · 重命名

指定架构拉取

ARM64 · AMD64 · 多架构

latest 与「最新」

digest · 版本号 · 标签

查看全部问题→

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
镜像详情
...
zenika/alpine-chrome
定价查看流量套餐与价格
博客Docker 镜像公告与技术博客
专业版 · 高速稳定拉取镜像
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
50GB 仅 ¥7/年
专业版 · 高速稳定拉取镜像
50GB 仅 ¥7/年
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
用户协议·隐私政策·增值电信业务经营许可证:浙B2-20261007·©2024-2026 源码跳动©2024-2026 杭州源码跳动科技有限公司·商务合作:点击复制邮箱

更多 alpine-chrome 镜像推荐

vanrijn/alpine-chrome logo

vanrijn/alpine-chrome

vanrijn
在轻量级Alpine镜像中以无头模式运行的Chrome浏览器,适用于自动化测试、网页截图和PDF生成等场景,具有体积小、资源占用低的特点。
5万+ 次下载
3 年前更新
schlez/alpine-chrome logo

schlez/alpine-chrome

schlez
基于Zenika/alpine-chrome项目构建的Docker镜像,提供轻量级Chromium浏览器环境,支持自定义版本构建与镜像命名。
5万+ 次下载
4 年前更新
garunski/alpine-chrome logo

garunski/alpine-chrome

garunski
这是一个基于Alpine Linux的最小化无头Chrome Docker镜像,支持Puppeteer集成,可用于网页截图、PDF生成、DOM导出及自动化网页测试等场景。
1万+ 次下载
7 年前更新
codeanker/alpine-chrome logo

codeanker/alpine-chrome

codeanker
暂无描述
1万+ 次下载
4 年前更新
einverne/alpine-chrome logo

einverne/alpine-chrome

einverne
基于Alpine Linux的轻量级Headless Chrome镜像,用于无图形界面环境下运行Chrome浏览器,体积小巧且支持多种安全启动配置,适用于自动化测试、网页抓取等场景。
2 次收藏673 次下载
5 年前更新
jugggao/alpine-chrome logo

jugggao/alpine-chrome

jugggao
该Docker镜像基于Alpine Linux构建,提供容器化环境中运行Chrome浏览器的能力,支持无头模式,适用于自动化测试、网页截图等场景。
642 次下载
2 年前更新

查看更多 alpine-chrome 相关镜像

更多相关 Docker 镜像与资源

以下是 zenika/alpine-chrome 相关的常用 Docker 镜像,适用于 不同场景 等不同场景:

  • linuxserver/chrome Docker 镜像说明(Chrome 浏览器,LinuxServer 容器化版本)
  • browserless/chrome Docker 镜像说明(Browserless Chrome 无头浏览器,适合网页截图、爬虫与自动化测试)
  • playwright/chrome Docker 镜像说明(Playwright Chrome 浏览器,适合 E2E 自动化测试与爬虫)
  • kasmweb/chromium Docker 镜像说明(Chromium 浏览器,KasmWeb 容器化版本)
  • linuxserver/chromium Docker 镜像说明(Chromium 浏览器,LinuxServer 维护版本,适合容器化环境)