mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
docs: update all URLs to developer.hashicorp.com (#16247)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user