-
Notifications
You must be signed in to change notification settings - Fork 21
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 fails if run a second time (with different data) without bringing containers down first #900
Labels
Comments
Guess we need an explicit down in case you aren’t bringing up the same image. |
Post #1057, could we resolve this by giving all the containers the same name? Would also reduce the duplication, because compose merges the environment section if overridden in a subsequent docker file. |
greenape
added a commit
that referenced
this issue
Aug 6, 2019
…ut putting them in different compose files
greenape
added a commit
that referenced
this issue
Aug 7, 2019
…ut putting them in different compose files
8 tasks
greenape
added a commit
that referenced
this issue
Aug 7, 2019
…ut putting them in different compose files
greenape
added a commit
that referenced
this issue
Aug 12, 2019
…ut putting them in different compose files
greenape
added a commit
that referenced
this issue
Aug 12, 2019
…ut putting them in different compose files
greenape
added a commit
that referenced
this issue
Aug 15, 2019
…ut putting them in different compose files
greenape
added a commit
that referenced
this issue
Aug 19, 2019
…ut putting them in different compose files
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce:
The first run of the quick-start script succeeds.
However, the second run fails if we try to bring up the system with
larger_data
but without runningbash quick_start.sh stop
first.The text was updated successfully, but these errors were encountered: