ThoughtfulDev / EagleEye

Stalk your Friends. Find their Instagram, FB and Twitter Profiles using Image Recognition and Reverse Image Search.
Do What The F*ck You Want To Public License
4.18k stars 559 forks source link

[Improvement] Install instructions: Hosted pre-Build Docker image #98

Open wisehackermonkey opened 4 years ago

wisehackermonkey commented 4 years ago

Current install process

1) build image 2) run local build image

Can you push a prebuilt image to docker hub?

this would make the install flow  much eaiser

from this

sudo docker run -t --net=host --env="DISPLAY" \
                           --volume="$HOME/.Xauthority:/root/.Xauthority:rw"  \
                           -v  /path/to/known:/EagleEye/known \
                           -v  /path/to/result:/result \
                           -v /path/to/EagleEye/Repository/entry.sh:/entry.sh \
                           eagle-eye

to this


sudo docker run -t --net=host --env="DISPLAY" \
                           --volume="$HOME/.Xauthority:/root/.Xauthority:rw"  \
                           -v  /path/to/known:/EagleEye/known \
                           -v  /path/to/result:/result \
                           -v /path/to/EagleEye/Repository/entry.sh:/entry.sh \
                           ThoughtfulDev/eagle-eye
ThoughtfulDev commented 4 years ago

I did never inform myself on how to host a own docker image but i will keep that idea in mind.

its0x08 commented 2 years ago

yea it took me 30 min to build it and I went to the repo searching for an image on the hub so could just pull it..!