Skip to content

Instantly share code, notes, and snippets.

@joemaller
Created August 28, 2020 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joemaller/41a0e8a5199bef6575839ce006ee71a8 to your computer and use it in GitHub Desktop.
Save joemaller/41a0e8a5199bef6575839ce006ee71a8 to your computer and use it in GitHub Desktop.
inotifywait docker command
docker run -it -v $PWD:/app alpine sh -c 'apk --no-cache add inotify-tools; inotifywait -m --format "%e %f" /app'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment