docs: update all URLs to developer.hashicorp.com (#16247)

This commit is contained in:
Kerim Satirli
2023-10-24 17:00:11 +02:00
committed by GitHub
parent 951cde4e3b
commit 5e1bbf90fc
65 changed files with 155 additions and 155 deletions

View File

@@ -7,11 +7,11 @@ case "$1" in
"agent" )
if [[ -z "${NOMAD_SKIP_DOCKER_IMAGE_WARN}" ]]
then
echo "====================================================================================="
echo "!! Running Nomad clients inside Docker containers is not supported. !!"
echo "!! Refer to https://www.nomadproject.io/s/nomad-in-docker for more information. !!"
echo "!! Set the NOMAD_SKIP_DOCKER_IMAGE_WARN environment variable to skip this warning. !!"
echo "====================================================================================="
echo "==============================================================================================="
echo "!! Running Nomad clients inside Docker containers is not supported. !!"
echo "!! Refer to https://developer.hashicorp.com/nomad/s/nomad-in-docker for more information. !!"
echo "!! Set the NOMAD_SKIP_DOCKER_IMAGE_WARN environment variable to skip this warning. !!"
echo "==============================================================================================="
echo ""
sleep 2
fi