geoipupdate will be distributed on https://github.com/maxmind/geoipupdate/pkgs/container/geoipupdate.The GeoIP Update program performs automatic updates of GeoIP2 and GeoIP Legacy binary databases. CSV databases are not supported.
The Docker image is configured by environment variables. The following variables are required:
GEOIPUPDATE_ACCOUNT_ID - Your MaxMind account ID.GEOIPUPDATE_LICENSE_KEY - Your case-sensitive MaxMind license key.GEOIPUPDATE_EDITION_IDS - List of space-separated database edition IDs.
Edition IDs may consist of letters, digits, and dashes. For example,
GeoIP2-City 106 would download the GeoIP2 City database
(GeoIP2-City) and the GeoIP Legacy Country database (106).The following are optional:
GEOIPUPDATE_FREQUENCY - The number of hours between geoipupdate runs.
If this is not set or is set to 0, geoipupdate will run once and exit.GEOIPUPDATE_HOST - The host name of the server to use. The default is
updates.maxmind.com.GEOIPUPDATE_PROXY - The proxy host name or IP address. You may optionally
specify a port number, e.g., 127.0.0.1:8888. If no port number is specified,
1080 will be used.GEOIPUPDATE_PROXY_USER_PASSWORD - The proxy user name and password,
separated by a colon. For instance, username:password.GEOIPUPDATE_PRESERVE_FILE_TIMES - Whether to preserve modification times
of files downloaded from the server. This option is either 0 or 1. The
default is 0.GEOIPUPDATE_VERBOSE - Enable verbose mode. Prints out the steps that
geoipupdate takes.The environment variables can be placed in a file with one per line and
passed in with the --env-file flag. Alternatively, you may pass them in
individually with the -e flag.
Run the latest image with:
docker run --env-file <file> -v <database directory>:/usr/share/GeoIP maxmindinc/geoipupdate
<file> should be the environment variable file with your configuration.
<database directory> should be the local directory that you want to download
the databases to.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务