Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wisehackermonkey opened this issue Jun 22, 2020 · 2 comments

Comments

@wisehackermonkey
Copy link
Contributor

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
Copy link
Owner

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

@ThoughtfulDev ThoughtfulDev pinned this issue Aug 15, 2020
@its0x08
Copy link

its0x08 commented Sep 2, 2021

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..!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants