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 need to run two commands using the same image. But the second one of those two steps failed with an error.
To Reproduce
If you use the Using an image from a registry example from readme but copy it to use the same image twice it will likely cause the same errror.
What OS are you seeing the problem on?
ubuntu-latest or ubuntu-22.04
Expected behavior?
No error.
Relevant log output
docker: Error response from daemon: Conflict. The container name "/<redacted>" is already in use by container "<redacted>". You have to remove (or rename) that container to be able to reuse that name.
### Has all relevant logs been included?
- [X] I've included all relevant logs
### Anything else?
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Does this issue exist in the latest version?
Describe the bug?
I need to run two commands using the same image. But the second one of those two steps failed with an error.
To Reproduce
If you use the Using an image from a registry example from readme but copy it to use the same image twice it will likely cause the same errror.
What OS are you seeing the problem on?
ubuntu-latest or ubuntu-22.04
Expected behavior?
No error.
Relevant log output
The text was updated successfully, but these errors were encountered: