Base image with pushbullet-bash
308
Base image with pushbullet-bash
docker run -e PB_API_KEY=<API_KEY> -it anthonyguerreiro/pushbullet-bash
After setting up, entrypoint checks for /service and if it exists, executes it passing all args passed to docker run command.
If /service does not exist but args were passed, it executes them instead.
ie.:
docker run -e PB_API_KEY=<API_KEY> -it anthonyguerreiro/pushbullet-bash /bin/sh
having no /service, there will be a test notification, then /bin/sh is executed
Content type
Image
Digest
Size
3.4 MB
Last updated
over 7 years ago
docker pull anthonyguerreiro/pushbullet-bash