Skip to content

remco1271/EverythingDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EverythingDocker

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.

Docker Image

The Docker image is automatically built and published to Docker Hub:

  • Repository: remco1271/everything:latest
  • Platforms: linux/amd64, linux/arm64

Pull the Image

docker pull remco1271/everything:latest

Run the Container

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

Environment Variables

The following environment variables need to be set to run the script:

  • LOCALDIR: The local directory to scan for files
  • FILENAME: The name of the output filelist file
  • FILEDIR: The directory where the filelist will be saved
  • DATADIR: The data directory to scan

What it Does

This container runs a script that:

  • Scans the filesystem
  • Generates a filelist file compatible with Everything from VoidTools
  • Outputs the filelist in the format required by Everything

About

A docker container to create Everything file list using docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors