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 f852aa4 commit d465f3aCopy full SHA for d465f3a
install.sh
@@ -359,7 +359,7 @@ check_forked() {
359
do_install() {
360
echo "# Executing docker install script, commit: $SCRIPT_COMMIT_SHA"
361
362
- if command_exists docker; then
+ if [ -z "$SKIP_DOCKER_EXISTS_WARN" ] && command_exists docker; then
363
cat >&2 <<-'EOF'
364
Warning: the "docker" command appears to already exist on this system.
365
0 commit comments