Skip to content

Instantly share code, notes, and snippets.

@jmrushing
jmrushing / docker-status-to-discord.sh
Created August 20, 2026 04:34
Wrapper script for discord.sh to report Docker container states to my Discord server
#!/bin/bash
######################################################################
# Custom script for discord.sh (github.com/fieu/discord.sh)
# to query my Docker containers' statuses
# depending on if the container is running or not.
# A tmpfile is used to generate the full discord.sh command on-the-fly
# That command is then executed and the tmpfile removed
######################################################################