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

No such container: openui-ollama-1 #186

Open
gyxter opened this issue Jul 27, 2024 · 2 comments
Open

No such container: openui-ollama-1 #186

gyxter opened this issue Jul 27, 2024 · 2 comments

Comments

@gyxter
Copy link

gyxter commented Jul 27, 2024

Can someone shed some light on the error below?

PS C:\openui> docker-compose up -d
[+] Running 2/0
✔ Container openui Running 0.0s
✔ Container ollama Running 0.0s
PS C:\openui> docker exec -it openui-ollama-1 ollama pull llama3.1:8b
Error response from daemon: No such container: openui-ollama-1

What's next?
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug openui-ollama-1
Learn more at https://docs.docker.com/go/debug-cli/
PS C:\openui>

@bw-Deejee
Copy link

same

@vanpelt
Copy link
Contributor

vanpelt commented Aug 1, 2024

Sorry guys, depending on the version of docker the actual name of the container might be different. To list the names of all the running containers you can run: docker ps --format "{{.Names}}". The one that has the word ollama in it is the string you should replace openui-ollama-1 with.

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

3 participants