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

Fix docker launch scripts #2341

Merged
merged 1 commit into from
Mar 22, 2022
Merged

Fix docker launch scripts #2341

merged 1 commit into from
Mar 22, 2022

Conversation

tstadel
Copy link
Member

@tstadel tstadel commented Mar 21, 2022

This fixes:

  • launch_weaviate() was broken because of missing f-string
  • launch_* scripts did not start existing containers with same name (docker run command errored out with message that there is already a container with such a name, but didn't start it)

Proposed changes:

  • fix docker command in launch_weaviate()
  • try to start existing containers in launch scripts

Status (please check what you already did):

  • First draft (up for discussions & feedback)
  • Final code

@julian-risch
Copy link
Member

julian-risch commented Mar 22, 2022

@tstadel Could you please describe in a bit more detail what wasn't working and how it's fixed now?

@tstadel
Copy link
Member Author

tstadel commented Mar 22, 2022

@tstadel Could you please describe in a bit more detail what wasn't working and how it's fixed now?

@julian-risch I added it to the description above.

Copy link
Member

@julian-risch julian-risch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@tstadel tstadel merged commit d438011 into master Mar 22, 2022
@tstadel tstadel deleted the fix_launch_weaviate branch March 22, 2022 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants