1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00
Files
cli/components/engine/docs/sources/index/variable.rst
shin- 468a9ebbc8 Added small doc page for DOCKER_INDEX_URL variable
Upstream-commit: e6324ff400c208713061e8b517435da87855ce56
Component: engine
2013-05-14 22:00:24 +00:00

540 B

Docker Index Environment Variable

Variable

DOCKER_INDEX_URL

Setting this environment variable on the docker server will change the URL docker index. This address is used in commands such as docker login, docker push and docker pull. The docker daemon doesn't need to be restarted for this parameter to take effect.

Example

docker -d &
export DOCKER_INDEX_URL="https://index.docker.io"