Skip to content

Script in bash, that track event on your container and send the event in your webhook 🐳

License

Notifications You must be signed in to change notification settings

StopThatTalace/docker-spy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

docker-spy 🕵️

Script in bash, to track event on your container and send the event in your discord webhook

2023-12-09_14h21_05

Installing 😼

0. git clone the project!

git clone https://github.com/StopThatTalace/docker-spy.git

1. Install jq tool

sudo apt-get install jq

2. Configure your variable

DISCORD_WEBHOOK_URL="YOUR_DISCORD_WEBHOOK_URL"
SPECIFIC_CONTAINER_NAMES=("name_container" "name_container")

3. Lunch the script

chmod +x script.sh

./script.sh

3.1 [OPTION] Lunch the script in the background

nohup ./your_script.sh &

About

Script in bash, that track event on your container and send the event in your webhook 🐳

Resources

License

Stars

Watchers

Forks

Languages