We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d05c6 commit 4356a41Copy full SHA for 4356a41
bash/docker.sh
@@ -10,6 +10,9 @@ function check_docker_daemon_for_sanity() {
10
log debug "Setting DOCKER_HOST to '${current_context_docker_socket}'"
11
export DOCKER_HOST="${current_context_docker_socket}"
12
13
+ # Hide Docker, Inc spamming "What's next" et al.
14
+ export DOCKER_CLI_HINTS=false
15
+
16
# Shenanigans to go around error control & capture output in the same effort, 'docker info' is slow.
17
declare docker_info docker_buildx_version
18
docker_info="$({ docker info 2> /dev/null && echo "DOCKER_INFO_OK"; } || true)"
0 commit comments