when running
docker run --rm -it -p “8080:8080” -p “9080:9080” -p “8000:8000” -v ~/dgraph:/dgraph “dgraph/standalone:v21.03.0”
this appears
/run.sh: line 16: dgraph-ratel: command not found
causing me to not be able to connect to localhost:8000 and use the ratel tools
Dgraph Version
$ dgraph version
21.03.0
Have you tried reproducing the issue with the latest release?
What is the hardware spec (RAM, OS)?
Steps to reproduce the issue (command/config used to run Dgraph).
Expected behaviour and actual result.
Experience Report for Feature Request
Note: Feature requests are judged based on user experience and modeled on Go Experience Reports. These reports should focus on the problems: they should not focus on and need not propose solutions.
Should you still need to run a local copy of Ratel, you can compile a version from the Ratel source code 1 (see building and running Ratel). For building a Docker image, you can copy the dgraph-ratel binary into a docker image based on Ubuntu or other Linux operating system docker images.
Hi, I suggest you will update the documentation and the getting started page so it would be easier to find a solution. Here, I created a topic for this issue: Get started page is not up to date