Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulo-correia/docker_inotify
Inotify on Apline Linux
https://github.com/paulo-correia/docker_inotify
alpine docker dockerfile inotify
Last synced: 9 days ago
JSON representation
Inotify on Apline Linux
- Host: GitHub
- URL: https://github.com/paulo-correia/docker_inotify
- Owner: paulo-correia
- Created: 2020-05-09T14:37:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T14:38:37.000Z (over 4 years ago)
- Last Synced: 2024-11-21T06:37:54.122Z (2 months ago)
- Topics: alpine, docker, dockerfile, inotify
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Inotify on Docker (Alpine Linux Image)
## Save Dockerfile on a folder Ex: Inotify
**Caution: Only one dockerfile per folder**### Generate image
docker build -t `` .
`` = Ex: apache or your_docker_hub_name/inotify:1.0
### Running Container
docker run -it `` /bin/sh
### If don't generate image, get from docker hub
docker run -it paulocorreia/alpine_inotify:1.0 /bin/sh
### Testing
inside your container
Call inotify:inotifywait -e create,delete,modify,move -mrq /inotify &
Create a file inside /inotify folder, Ex: touch /inotify/a.txt if yoo see /inotify/ CREATE a.txt is OK