Backdocker.io/elasticsearch
docker.ioOfficial

docker.io/elasticsearch:8.16.6

Elasticsearch is a powerful open source search and analytics engine that makes data easy to explore.

Size
645.27 MB
Local pulls
4
Upstream pulls
972,154,575
Synced at
2026-08-15 07:57:21

China image

Status: failed

Source image

docker.io/elasticsearch:8.16.6

Image info

Image ID
sha256:6a2454b98059fe0cf61275e549844a8ee2f5e17a0c5f3bc145390973aab73146
Image tag
8.16.6
Image size
645.27 MB
Platform
linux/amd64
Registry
docker.io
CMD
Entrypoint
Working dir
User
StopSignal
Created
2025-04-09T06:25:15.286Z

Exposed ports 0

None

Environment 0

None yet (needs synced Hub registry config)

Pull commands

Docker
docker pull docker.io/elasticsearch:8.16.6
Containerd
ctr images pull docker.io/elasticsearch:8.16.6
Global registry mirror
Docker

Write Docker daemon.json so registry-mirrors points to this site, then restart Docker

sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<'EOF'
{
  "registry-mirrors": ["https://registry.cn-global.starbucket.com.cn"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker
Containerd

Write containerd certs.d hosts.toml so docker.io pulls via this site, then restart containerd

sudo mkdir -p /etc/containerd/certs.d/docker.io
sudo tee /etc/containerd/certs.d/docker.io/hosts.toml <<'EOF'
server = "https://docker.io"

[host."https://registry.cn-global.starbucket.com.cn"]
  capabilities = ["pull", "resolve"]
EOF
sudo mkdir -p /etc/containerd
if [ ! -f /etc/containerd/config.toml ]; then
  sudo containerd config default | sudo tee /etc/containerd/config.toml >/dev/null
fi
sudo sed -i 's#config_path = ""#config_path = "/etc/containerd/certs.d"#' /etc/containerd/config.toml
sudo systemctl restart containerd

加速副本尚未就绪,当前为源站地址