-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
[BUG]: win7 boot2docker install AnythingLLM Problem #3404
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
Comments
logs infomation |
The first error is
which means you have a process running already on port 3001, so you can use a different port in the The second error seems something entirely different and unrelated to AnythingLLM, it has to do with docker on your OS |
can you give me some detailed tips?i use boot2docker os,it seem don't install any nodejs version.i don't know how to fix docker or os problem,for win7 can not support for higher version. |
Uh oh!
There was an error while loading. Please reload this page.
How are you running AnythingLLM?
Docker (local)
What happened?
docker Version: 19.03.12
i install boot2docker on my win7,plan to depoly AnythingLLM locally.
i was guide by official docs for installing it.
at the procdure of "Mount the storage locally and run AnythingLLM in Docker",I selected linux/mac.
but faild either;
I really appreciate your help,thanks
curl localhost:3001 curl: (7) Failed to connect to localhost port 3001: Connection refused
docker images
docker images REPOSITORY TAG IMAGE ID CREATED SIZE mintplexlabs/anythingllm latest ed3f01fe0c54 4 days ago 2.51GB nginx latest b52e0b094bc0 3 weeks ago 192MB docker.imgdb.de/busybox latest 31311c5853a2 5 months ago 4.27MB
docker ps -a
docker@default:~$ docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 97ff6c5deadf mintplexlabs/anythingllm "/bin/bash /usr/loca…" 7 hours ago Exited (134) 7 hours ago recursing_galileo
Are there known steps to reproduce?
No response
The text was updated successfully, but these errors were encountered: