# docker-chromium-zh **Repository Path**: shouyong/docker-chromium-zh ## Basic Information - **Project Name**: docker-chromium-zh - **Description**: https://github.com/linuxserver/docker-chromium 的国内版本,使用国内镜像。 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-08-16 - **Last Updated**: 2024-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 自定义 docker-chromium 镜像,基于官方的 chromium 镜像,增加了一些常用软件的安装,如: - 中文包 - pip 对应的镜像地址: ```shell docker pull registry.cn-shanghai.aliyuncs.com/open-tools/docker-chromium-zh:latest # 运行 docker run -d --name=chromium -p 3000:3000 -v ./data:/config registry.cn-shanghai.aliyuncs.com/open-tools/docker-chromium-zh:latest ``` #### Optional environment variables | Variable | Description | | :---------------: | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | CUSTOM_PORT | Internal port the container listens on for http if it needs to be swapped from the default 3000. | | CUSTOM_HTTPS_PORT | Internal port the container listens on for https if it needs to be swapped from the default 3001. | | CUSTOM_USER | HTTP Basic auth username, abc is default. | | PASSWORD | HTTP Basic auth password, abc is default. If unset there will be no auth | | SUBFOLDER | Subfolder for the application if running a subfolder reverse proxy, need both slashes IE `/subfolder/` | | TITLE | The page title displayed on the web browser, default "KasmVNC Client". | | FM_HOME | This is the home directory (landing) for the file manager, default "/config". | | START_DOCKER | If set to false a container with privilege will not automatically start the DinD Docker setup. | | DRINODE | If mounting in /dev/dri for [DRI3 GPU Acceleration](https://www.kasmweb.com/kasmvnc/docs/master/gpu_acceleration.html) allows you to specify the device to use IE `/dev/dri/renderD128` | | LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8` `ar_AE.UTF-8` | | NO_DECOR | If set the application will run without window borders for use as a PWA. | | NO_FULL | Do not autmatically fullscreen applications when using openbox. | | REMOTE_DEBUGGING | 是否开启远程调试。 默认是 `false` ,可选值: `true` 或 `false` | | HEADLESS | 是否开启无头模式。 默认是 `false` ,可选值: `true` 或 `false` openbox. |