Unable to run the backend in Ubuntu because it misses the docker containers #1173
Replies: 5 comments 4 replies
-
You only need to do one or the other of these.
Did you access the playground through a browser and submit a request?
Yes, that's a known annoyance. Normally I'd hide those warnings, but I'm in the middle of a (very long) debugging session so they are emitted at a higher level. Normally it doesn't matter. This arises because we try to kill the container even when it exits normally because there's generally no harm in making sure.
You don't run any containers by hand — the playground does that for you. |
Beta Was this translation helpful? Give feedback.
-
Silly me. I though that these errors blocked the server from working at all.
I know, I just wanted to make sure both are working, in case I wanted to modify anything that needed them. Now, after ignoring the errors and running |
Beta Was this translation helpful? Give feedback.
-
Ok I found it. I just had to set the host variable to 0.0.0.0 instead of the default 127.0.0.1. |
Beta Was this translation helpful? Give feedback.
-
The reason I wanted to run the playground locally in the first place was to add some crates in the list for personal use. Is it enought to add them in the crate modifications file and build the docker images? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your incredible help! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I propably don't understand how to build this project locally in my Ubuntu VPS.
I ran the
fetch.sh
script and it fetches the containers just fine.I ran the
build.sh
script which takes longer as expected and finishes just fine after modifying theDockerfile
to resolve some permission errors.I build the frontend using nodejs and pnpm just fine.
In no point, I see any docker containers start up.
When trying to run the backend, I see errors because it tries to kill some docker containers that doesn't exist.
Am I doing something wrong or the instructions lack a section about actually running the containers needed?
Sorry in advance, if I'm dumb.
Beta Was this translation helpful? Give feedback.
All reactions