Skip to content

Docker image that retrieves your public IP regularly and prints to stdout.

License

Notifications You must be signed in to change notification settings

joedmck/docker-public-ip-poll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Public IP Poll

CI/CD Status

Docker image that retrieves your public IP regularly and prints to stdout.

Configuration

Conigured via environment variables.

Variable Name Default Value
INTERVAL 1m
ENDPOINT https://checkip.amazonaws.com

Getting Started Examples

With standard configuration:

docker run ghcr.io/joedmck/docker-public-ip-poll:main

Changing interval:

docker run -e INTERVAL="5s" ghcr.io/joedmck/docker-public-ip-poll:main

Changing endpoint:

docker run -e ENDPOINT="https://api64.ipify.org/" ghcr.io/joedmck/docker-public-ip-poll:main

About

Docker image that retrieves your public IP regularly and prints to stdout.

Resources

License

Stars

Watchers

Forks

Releases

No releases published