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

Multiple steps using the same image #55

Open
2 tasks done
enumag opened this issue Nov 5, 2023 · 1 comment
Open
2 tasks done

Multiple steps using the same image #55

enumag opened this issue Nov 5, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@enumag
Copy link

enumag commented Nov 5, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Does this issue exist in the latest version?

  • I'm using the latest release

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

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
@enumag enumag added the bug Something isn't working label Nov 5, 2023
Copy link

github-actions bot commented Nov 5, 2023

Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant