Looks like you just ran dgraphzero and not the second command to run dgraph.
docker exec -it dgraph dgraph --bindall=true --memory_mb 2048 -peer 127.0.0.1:8888
From the documentation at https://docs.dgraph.io/get-started/#using-docker
Looks like you just ran dgraphzero and not the second command to run dgraph.
docker exec -it dgraph dgraph --bindall=true --memory_mb 2048 -peer 127.0.0.1:8888
From the documentation at https://docs.dgraph.io/get-started/#using-docker