#!/bin/sh echo -en "\033[37;1;42m Checking nginx container: \033[0m" curl -H "Host: docker.pctags.com" --silent --show-error --fail -I http://nginx echo -e "------------------------\n"