mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip e2e] Add comment for set_docker_mirror.sh (#14401)
Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
4a95b0454f
commit
65c8360ebd
@ -6,6 +6,8 @@ set -e
|
|||||||
|
|
||||||
# Use nexus as docker mirror registry
|
# Use nexus as docker mirror registry
|
||||||
MIRROR_URL="http://nexus-nexus-repository-manager-docker-5000.nexus:5000"
|
MIRROR_URL="http://nexus-nexus-repository-manager-docker-5000.nexus:5000"
|
||||||
|
|
||||||
|
# Add registry mirror config into docker daemon
|
||||||
set_daemon_json_file(){
|
set_daemon_json_file(){
|
||||||
DOCKER_DAEMON_JSON_FILE="/etc/docker/daemon.json"
|
DOCKER_DAEMON_JSON_FILE="/etc/docker/daemon.json"
|
||||||
mkdir -p "/etc/docker"
|
mkdir -p "/etc/docker"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user