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

investigate docker #48

Open
BurntSushi opened this issue Aug 20, 2014 · 3 comments
Open

investigate docker #48

BurntSushi opened this issue Aug 20, 2014 · 3 comments

Comments

@BurntSushi
Copy link
Owner

I've been playing around with docker at work, and if it can be made easy to run images on Windows, it might be a great idea to use it to distribute nfldb. The image would include PostgreSQL and the database itself. Possibly even the Python module.

This would be great for users that just want a database up and running that they can query.

@mcd0well
Copy link

mcd0well commented Oct 9, 2016

Hi, did you make any progress with this? I am relatively new to docker, but I am thinking about trying to do something similar as an exercise in itself.

@BurntSushi
Copy link
Owner Author

No. The right way to do this is to probably build one image that has nfldb installed and distribute a docker-compose.yml file that runs two containers: one that runs nfldb-update (using the nfldb image) and one that runs PostgreSQL (using the standard postgres image).

@jfyne jfyne mentioned this issue Jan 16, 2017
@alicona1
Copy link

First time to put something up on github, but this season I've been using this docker setup for NFLDB.

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