A Docker image that generates a filelist for Everything from VoidTools.
Everything is a powerful file search utility for Windows that uses a filelist to index files. This Docker container generates that filelist from a Linux/Docker environment.
The Docker image is automatically built and published to Docker Hub:
remco1271/everything:latestlinux/amd64, linux/arm64docker pull remco1271/everything:latest
docker run -it \
-e LOCALDIR=/path/to/local/directory \
-e FILENAME=filelist.txt \
-e FILEDIR=/path/to/output/directory \
-e DATADIR=/path/to/data/directory \
remco1271/everything:latest
The following environment variables need to be set to run the script:
LOCALDIR: The local directory to scan for filesFILENAME: The name of the output filelist fileFILEDIR: The directory where the filelist will be savedDATADIR: The data directory to scanThis container runs a script that:
Content type
Image
Digest
sha256:694a1649c…
Size
321.9 MB
Last updated
8 months ago
docker pull remco1271/everything