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

Which images did u use? #14

Open
ekhoury2000 opened this issue Mar 21, 2017 · 3 comments
Open

Which images did u use? #14

ekhoury2000 opened this issue Mar 21, 2017 · 3 comments

Comments

@ekhoury2000
Copy link

ekhoury2000 commented Mar 21, 2017

Hi @Stealthii @crobinson898 ,

I just wanted to test the qcatcher but i wanted to know which files did u use for the below(which repositories):

  • nginx
  • unbound
  • sniproxy

Thanks in advance,

Elie

@Stealthii
Copy link
Contributor

Hi Elie,

They are custom images, built by docker-compose when you start the project. You should have a look at the compose file, and the individual Dockerfiles for each component of the project. I suggest having a look at the Getting Started section that covers a basic running version of the service.

@ekhoury2000
Copy link
Author

ekhoury2000 commented Mar 22, 2017

Hi @Stealthii

Thanks for the info, i got it up and running. Any way i can redirect the cache directory?

if you could let me know where are the caching directories i can try a few things.

Also, any way to set the images to autostart with the server?
Thanks in advance,

@Stealthii
Copy link
Contributor

If you look at the docker-compose file, you'll see /srv is being created as a volume. If you want to direct that to somewhere on the Docker host's file system, simply change the parameters (lets say you wanted to mount it where /srv is on the host system, you'd simply set this as:

- /srv:/srv

The size of the cache is currently optimised for a 1TB data store. It is defined at nginx/config/conf.d/02_caches - feel free to tweak it it you want - this will be configurable in future.

For auto-starting with the server, you could look into container transform to convert the compose file into a systemd file, or you could simply add your docker-compose command to your system startup / crontab commands.


Bear in mind that the configuration given in the compose file, and this application in general, is given as an example, not a solution - I recommend reading up on Docker, Docker Compose, and system container management as these will better answer your questions on how to run a service than this project will.

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

2 participants