A docker image which provides file search using globbing patterns.
These instructions will cover usage information for the globfs docker container.
In order to run this container you'll need docker installed.
Mount the root search directory
docker run --rm -it -v /data/:/data atzedent/globfs "/data/**/*.jpg"
Use a placeholder for system directories and use awk to replace the result
docker run --rm -it -v /var/log/:/SEARCHDIR atzedent/globfs "/SEARCHDIR/**/*.log" | awk 'BEGIN { FS = "/SEARCHDIR/" } ; {print "/var/log/"$2}'
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Matthias Hurrle - Initial work
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details.