Add verbose message after linting about using the default psu Docker image

This commit is contained in:
Tortue Torche 2019-08-11 02:49:37 -04:00 committed by Tortue Torche
parent 95c3ec548f
commit 339772a9bb

1
psu
View File

@ -1283,6 +1283,7 @@ lint() {
fi
else
echo "WARNING: Cannot validate '$DOCKER_COMPOSE_FILE' file, 'docker-compose' is not installed or not executable."
echo_verbose "You can run the default Docker image of psu, who bundles 'docker-compose'."
echo_verbose "For more informations, see: https://docs.docker.com/compose/install/"
fi || true
}