get_ip_of_ssh_hostname
This commit is contained in:
parent
290a2f1208
commit
cbf784de8a
@ -348,3 +348,6 @@ function dc {
|
|||||||
fi
|
fi
|
||||||
docker-compose -f $docker_file_path $@
|
docker-compose -f $docker_file_path $@
|
||||||
}
|
}
|
||||||
|
function get_ip_of_ssh_hostname {
|
||||||
|
ssh -G $1 | awk '/^hostname / { print $2 }'
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user