Skip to content

kajanth/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utils

Based on Alpine. Includes curl, dig, nc, jq and fish for now.

docker run -ti ghcr.io/kajanth/utils:main sh
kubectl run -it utils --rm --image=ghcr.io/kajanth/utils:main sh

Run to get your public ip

myip="$(dig +short myip.opendns.com @resolver1.opendns.com)"
echo "My WAN/Public IP address: ${myip}"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages