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

The container name "/protonmail-bridge" is already in use by container #76

Open
TheBurgundyBear opened this issue Feb 11, 2023 · 1 comment

Comments

@TheBurgundyBear
Copy link

TheBurgundyBear commented Feb 11, 2023

After executing

docker run -d --name=protonmail-bridge -v protonmail:/root -p 127.0.0.1:1025:25/tcp -p 127.0.0.1:1143:143/tcp --restart=unless-stopped shenxn/protonmail-bridge

I get the following error:

Error response from daemon: Conflict. The container name "/protonmail-bridge" is already in use by container "812***". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.

I'm trying to run this on UNRAID.

@JexSrs
Copy link

JexSrs commented Feb 24, 2023

As the error message suggests you already have a container named "/protonmail-bridge". You have to delete the container first if you want to re-create it.

To delete the container you can run the following command: docker rm container_id_or_name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants