vmware-tanzu/graph-framework-for-microservices

[Bug]: During installation getting error due to previously failed install.

sushilks opened this issue · 3 comments

Contact Details

No response

Tell us the project / group you are associated with

Community (Default)

What happened?

Here is the output of the get-nexus-cli command

graph-framework-for-microservices-test> bash ./get-nexus-cli.sh
Error response from daemon: Conflict. The container name "/nexus-cli" is already in use by container "42dcae36b54f538aeb245e75c22e4572a16c47c924034707b5309fc0e4731eb5". You have to remove (or rename) that container to be able to reuse that name.

Describe the expected behavior

No response

What version are you running?

nexus was not installed yet.

How critical is this bug to you?

Minor - non-functional bug

How can we recreate the bug?

run the installation script twice.

Any debug data that you are able to share?

n/a

What is your operating system?

MacOS

Any additional / relevant info

the problem is fixed by running
docker rm nexus-cli

recommendation: the install script should be able to do this itself.

@ramramu3433 Can you take a look.

@ramramu3433 @xmen4xp
I created MR for this issue. #79
Please review