Originally created by @enzyme69 on GitHub (Jan 14, 2024).
Bug Report
Description
Bug Summary:
unable to run ollama UI docker the second time.
Steps to Reproduce:
I tried the command:
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v ollama-webui:/app/backend/data --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:main
Expected Behavior:
it should just run like the first time? (it works the first time
Actual Behavior:
docker: Cannot connect to the Docker daemon at unix:///Users/username/.docker/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.
Environment
Operating System: macOS Sonoma 14.3
Browser (if applicable): Safari
Reproduction Details
Confirmation:
I have read and followed all the instructions provided in the README.md.
I have reviewed the troubleshooting.md document.
I have included the browser console logs.
I have included the Docker container logs.
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
[Describe the method you used to install the project, e.g., manual installation, Docker, package manager, etc.]
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
Originally created by @enzyme69 on GitHub (Jan 14, 2024).
# Bug Report
## Description
**Bug Summary:**
unable to run ollama UI docker the second time.
**Steps to Reproduce:**
I tried the command:
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v ollama-webui:/app/backend/data --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:main
**Expected Behavior:**
it should just run like the first time? (it works the first time
**Actual Behavior:**
docker: Cannot connect to the Docker daemon at unix:///Users/username/.docker/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.
## Environment
- **Operating System:** macOS Sonoma 14.3
- **Browser (if applicable):** Safari
## Reproduction Details
**Confirmation:**
- [ ] I have read and followed all the instructions provided in the README.md.
- [ ] I have reviewed the troubleshooting.md document.
- [ ] I have included the browser console logs.
- [ ] I have included the Docker container logs.
## Logs and Screenshots
**Browser Console Logs:**
[Include relevant browser console logs, if applicable]
**Docker Container Logs:**
[Include relevant Docker container logs, if applicable]
**Screenshots (if applicable):**
[Attach any relevant screenshots to help illustrate the issue]
## Installation Method
[Describe the method you used to install the project, e.g., manual installation, Docker, package manager, etc.]
## Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
## Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
I run the Docker app, then suddenly the response is different:
docker: Error response from daemon: Conflict. The container name "/ollama-webui" is already in use by container "f545cbe89ad178ee207d7482308840b45f2957fd4abe245a7a5be834ae1be3ed". You have to remove (or rename) that container to be able to reuse that name.
--- then I realized, I need to have the Docker app running, and now it seems to work.
@enzyme69 commented on GitHub (Jan 14, 2024):
I run the Docker app, then suddenly the response is different:
docker: Error response from daemon: Conflict. The container name "/ollama-webui" is already in use by container "f545cbe89ad178ee207d7482308840b45f2957fd4abe245a7a5be834ae1be3ed". You have to remove (or rename) that container to be able to reuse that name.
--- then I realized, I need to have the Docker app running, and now it seems to work.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @enzyme69 on GitHub (Jan 14, 2024).
Bug Report
Description
Bug Summary:
unable to run ollama UI docker the second time.
Steps to Reproduce:
I tried the command:
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v ollama-webui:/app/backend/data --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:main
Expected Behavior:
it should just run like the first time? (it works the first time
Actual Behavior:
docker: Cannot connect to the Docker daemon at unix:///Users/username/.docker/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.
Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
[Describe the method you used to install the project, e.g., manual installation, Docker, package manager, etc.]
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@enzyme69 commented on GitHub (Jan 14, 2024):
I run the Docker app, then suddenly the response is different:
docker: Error response from daemon: Conflict. The container name "/ollama-webui" is already in use by container "f545cbe89ad178ee207d7482308840b45f2957fd4abe245a7a5be834ae1be3ed". You have to remove (or rename) that container to be able to reuse that name.
--- then I realized, I need to have the Docker app running, and now it seems to work.