build: fix broken link to nomad in docker (#22191)

Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
This commit is contained in:
KeisukeYamashita
2024-05-22 12:02:25 +02:00
committed by GitHub
parent 1174019676
commit 1b872c422c

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://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 "======================================================================================================================================="
echo "!! Running Nomad clients inside Docker containers is not supported. !!"
echo "!! Refer to https://developer.hashicorp.com/nomad/docs/install/production/requirements#running-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