docker-web-redirect Docker 镜像下载 - 轩辕镜像
docker-web-redirect 镜像详细信息和使用指南
docker-web-redirect 镜像标签列表和版本信息
docker-web-redirect 镜像拉取命令和加速下载
docker-web-redirect 镜像使用说明和配置指南
Docker 镜像加速服务 - 轩辕镜像平台
国内开发者首选的 Docker 镜像加速平台
极速拉取 Docker 镜像服务
相关 Docker 镜像推荐
热门 Docker 镜像下载
docker-web-redirect 镜像详细信息
docker-web-redirect 镜像标签列表
docker-web-redirect 镜像使用说明
docker-web-redirect 镜像拉取命令
Docker 镜像加速服务
轩辕镜像平台优势
镜像下载指南
相关 Docker 镜像推荐
docker-web-redirect 镜像详细说明
docker-web-redirect 使用指南
docker-web-redirect 配置说明
docker-web-redirect 官方文档
Docker-Web-Redirect
This Docker container listens (by default) on port 80 and redirects all web traffic permanently to the given target domain/URL.
_Hint: This repo was forked from [***]
Features
- Nginx 1.25
- Lightweight: Uses only ~2 MB RAM on Linux
- Keeps the URL path and GET parameters
- Permanent redirect (HTTP 301)
- Image Size only ~25MB
Usage
Docker run
The target domain/URL is set by the REDIRECT_TARGET environment variable.
The port may be changed to another port than 80 by the PORT environment variable.
Possible redirect targets include domains (mydomain.com), paths (mydomain.com/my_page) or specific protocols ([***]).
Example (Listen on Port 80): $ docker run --rm -d -e REDIRECT_TARGET=mydomain.com -p 80:80 arbarwings/docker-web-redirect
Example (Listen on Port 8080): $ docker run --rm -d -e REDIRECT_TARGET=mydomain.com -e PORT=8080 -p 8080:8080 arbarwings/docker-web-redirect
Paths are retained
The URL path and GET parameters are retained. That means that a request to [***] will be redirected to [***] when REDIRECT_TARGET=mydomain.com is set.
Permanent redirects
Redirects are permanent (HTTP status code 301). That means browsers will cache the redirect and will go directly to the new site on further requests. Also search engines will recognize the new domain and change their URLs. This means this image is not suitable for temporary redirects e.g. for site maintenance.
Docker Compose
A sample docker-compose file that redirects any incomming domain to mydomain.com could look like this:
yamlversion: '3' services: redirect: image: arbarwings/docker-web-redirect restart: always environment: - REDIRECT_TARGET=mydomain.com
Build the image yourself
$ docker build -t arbarwings/docker-web-redirect:latest .
Source code
[***]
用户好评
来自真实用户的反馈,见证轩辕镜像的优质服务
常见问题
免费版仅支持 Docker Hub 加速,不承诺可用性和速度;专业版支持更多镜像源,保证可用性和稳定速度,提供优先客服响应。
免费版仅支持 docker.io;专业版支持 docker.io、gcr.io、ghcr.io、registry.k8s.io、nvcr.io、quay.io、mcr.microsoft.com、docker.elastic.co 等。
当返回 402 Payment Required 错误时,表示流量已耗尽,需要充值流量包以恢复服务。
通常由 Docker 版本过低导致,需要升级到 20.x 或更高版本以支持 V2 协议。
先检查 Docker 版本,版本过低则升级;版本正常则验证镜像信息是否正确。
使用 docker tag 命令为镜像打上新标签,去掉域名前缀,使镜像名称更简洁。
轩辕镜像下载加速使用手册
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
登录仓库拉取
通过 Docker 登录认证访问私有仓库
Linux
在 Linux 系统配置镜像加速服务
Windows/Mac
在 Docker Desktop 配置镜像加速
Docker Compose
Docker Compose 项目配置加速
K8s Containerd
Kubernetes 集群配置 Containerd
宝塔面板
在宝塔面板一键配置镜像加速
群晖
Synology 群晖 NAS 配置加速
飞牛
飞牛 fnOS 系统配置镜像加速
极空间
极空间 NAS 系统配置加速服务
爱快路由
爱快 iKuai 路由系统配置加速
绿联
绿联 NAS 系统配置镜像加速
威联通
QNAP 威联通 NAS 配置加速
Podman
Podman 容器引擎配置加速
Singularity/Apptainer
HPC 科学计算容器配置加速
其他仓库配置
ghcr、Quay、nvcr 等镜像仓库
专属域名拉取
无需登录使用专属域名加速
需要其他帮助?请查看我们的 常见问题 或 官方QQ群: 13763429