Sign inSign up

emcniece/docker-pushbullet-reboot

By emcniece

Updated over 8 years ago

A convenient way to get notifications when this container restarts.

Image
0

391

emcniece/docker-pushbullet-reboot repository overview

Pushbullet-Reboot

A convenient way to get notifications when this container restarts. Uses Alpine Linux with curl and tzdata packages.

Automatically appends date to the Pushbullet message.

Running

docker run -d \
    -e "TZ=America/Vancouver" \
    -e "PB_API_KEY=x.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
    -e "MSG_TITLE=Server Reboot" \
    -e "MSG_BODY=on" \
    $(DOCKER_IMAGE):$(VERSION)

This pushes a notification that looks like:

# Server Reboot
on Wed Jan  3 00:16:08 PST 2018

Developing

Makefile contains build commands.

make image
make run
make run-debug

Tag summary

Content type

Image

Digest

Size

3 MB

Last updated

over 8 years ago

docker pull emcniece/docker-pushbullet-reboot