https://hub.docker.com/r/evit15/python-watchdog
This will guide users on how to build and run the Docker image using the provided .
docker build -t python-watchdog .docker run --rm -v $HOME/test:/apps/ evit15/python-watchdog:latest --folder /apps --commands "echo 'First command'" "echo 'Second command'" --delay 5