I am trying to open a version of the latest Ratel on my M1 Mac and still have no luck so far. Do you think it’s the M1? I saw this post by @gja: Dgraph now works with Docker Desktop on Apple Silicon but I’m not sure how it works.
I additionally booted up an Ubuntu container and ran it on Docker to install a version of Dgraph, but it’s services are not working even though I have successfully installed Dgraph. I used this guide for Installing Dgraph on Linux as systemctl service: Installing Dgraph on Linux as systemctl service and am stuck on this step:
systemctl daemon-reload
I consistently get the following error:
System has not been booted with systemd as init system (PID 1). Can’t operate.
Failed to connect to bus: Host is down
How can I run Dgraph with the latest ratel on localhost:8000 through the Ubuntu container? Am I getting some logic wrong here?