You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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).
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.
The text was updated successfully, but these errors were encountered: