|
|
|
|
|
by whitesnowy
885 days ago
|
|
I'm a podman beginner, trying to install ollama-webui(1) using Podman on M2 MBA. I started up Podman Desktop, and did a terminal 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" based on Github's instructions, but it gave a error message something about "host". the exact error message was ""Error": "failed to create new hosts file: unable to replace \"host-gateway\" of host entry \"host.docker.internal:host-gateway\": host containers internal IP address is empty"" Do you know what is the problem and how do I overcome this? If I run the above command using Docker Desktop, it runs and installs Ollama-WebUI just fine. Thank you. (1) https://github.com/ollama-webui/ollama-webui ("Installing with Docker") |
|