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

Docker Error: The container name "shadowbox" is already in use by another container #1613

Open
elierayalabernal opened this issue Oct 22, 2024 · 3 comments
Labels
needs more info We need more information in order to help or verify

Comments

@elierayalabernal
Copy link

elierayalabernal commented Oct 22, 2024

Bucle in

Starting Shadowbox .......................... FAILED
The container name "shadowbox" is already in use by another container. This may happen when running this script multiple times. We will attempt to remove the existing container and restart it. Would you like to proceed? [Y/n] Y
Removing shadowbox container ................ OK
Restarting shadowbox ........................ FAILED
The container name "shadowbox" is already in use by another container. This may happen when running this script multiple times. We will attempt to remove the existing container and restart it. Would you like to proceed? [Y/n] Y
Removing shadowbox container ................ OK
Restarting shadowbox ........................ FAILED
The container name "shadowbox" is already in use by another container. This may happen when running this script multiple times. We will attempt to remove the existing container and restart it. Would you like to proceed? [Y/n]

Ubuntu 22.04

@kaznache
Copy link

same here : (

@maddyhof
Copy link

Thanks for reaching out! Please try docker stop shadowbox to kill the running container.

@maddyhof maddyhof added the needs more info We need more information in order to help or verify label Oct 29, 2024
@maddyhof maddyhof changed the title The container name "shadowbox" is already in use by another container. Docker Error: The container name "shadowbox" is already in use by another container Oct 29, 2024
@elierayalabernal
Copy link
Author

Hi, it seems that the problem is not with the script, but with the Docker installation and permissions issues, probably related to AppArmor or other security settings. I followed the official Docker guide without any results, and the only solution was to create a container with Docker pre-installed on Proxmox. This way, I was able to install the Outline server without any problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more info We need more information in order to help or verify
Projects
None yet
Development

No branches or pull requests

3 participants