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

Quick-start script should only pull the docker containers it actually starts up #898

Closed
maxalbert opened this issue Jun 5, 2019 · 0 comments · Fixed by #899
Closed

Quick-start script should only pull the docker containers it actually starts up #898

maxalbert opened this issue Jun 5, 2019 · 0 comments · Fixed by #899

Comments

@maxalbert
Copy link
Contributor

Currently the quick-start script will pull all FlowKit containers, but will only spin up selected ones depending on the argument given by the user.

Example:

$ bash <(curl -s https://raw.githubusercontent.com/Flowminder/FlowKit/master/quick_start.sh)
Starting containers (this may take a few minutes)
Pulling flowdb                   ... done
Pulling flowdb_testdata          ... done
Pulling flowdb_synthetic_data    ... done
Pulling worked_examples          ... done
Pulling flowapi                  ... done
Pulling flowauth                 ... done
Pulling flowmachine_query_locker ... done
Pulling flowmachine              ... done
Pulling flowetl                  ... done
Pulling flowetl_db               ... done
[...]
Creating flowmachine_query_locker ... done
Creating flowauth                 ... done
Creating flowapi                  ... done
Creating flowdb_testdata          ... done
Creating flowmachine              ... done
[...]

To reduce the startup time and network bandwith used, it would be good if only the images that are actually required are pulled.

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