-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[BUG] crash while trying to install #1645
Comments
Hi seems like you already have a container named my-dashboard, try a different name or delete the old if not used anymore. Then the command should work fine :) |
what command to delete it |
I suggest you familiarize yourself first with docker a bit, here are some basic tutorials: |
@kittenvr Could you resolve the issue? |
I think so |
#https://dashy.to/docs/troubleshooting/
but the main problem was setting up the container with -v option. Create a YAML file, (touch my-conf.yml), populate it with a sample config, then pass it as a volume: -v ./my-local-conf.yml:/app/user-data/conf.yml
|
Environment
Self-Hosted (Docker)
System
debian
Version
latest i think
Describe the problem
when i run the command from the website i get an error
Additional info
sudo docker run -d -p 8080:8080 -v ~/my-conf.yml:/app/user-data/conf.yml --name my-dashboard --restart=always lissy93/dashy:latest
docker: Error response from daemon: Conflict. The container name "/my-dashboard" is already in use by container "a1ed5f996baf74e1b1875e7f2838376009c3d5fcf718a9fc50d1a3e3a95ed8ad". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
Please tick the boxes
The text was updated successfully, but these errors were encountered: