The Nomad job specification (or "jobspec" for short) defines the schema for Nomad jobs. Nomad jobs are specified in HCL, which aims to strike a balance between human readable and editable, and machine-friendly.
psql -U awx -h 192.168.56.62
telnet 192.168.56.62 11211 and for exit Ctrl + ]
add mykey 0 60 11
hello world
STORED
get mykey
VALUE mykey 0 11
hello world
END
declare -a array=($(tail -n +2 /proc/net/tcp | cut -d":" -f"3"|cut -d" " -f"1")) && for port in ${array[@]}; do echo $((0x$port)); done
declare -a array=($(tail -n +2 /proc/net/tcp | cut -d":" -f"3"|cut -d" " -f"1")) && for port in ${array[@]}; do echo $((0x$port)); done | sort | uniq
docker exec CONTAINER_ID ip addr show | grep -oE "inet [^ ]+"
echo "aabbcc" > SECRET_KEY
docker cp SECRET_KEY CONTAINER_ID:/etc/tower/SECRET_KEY