Following along with pt 1 tutorial when I go to open
Terminal 1: docker run --rm -it -p 8000:8000 -p 8080:8080 -p 9080:9080 dgraph/standalone
Terminal 2: docker run dgraph/ratel
Browser: 127.0.0.1:8000
Adjusted to:
Terminal 1: docker run --rm -it -p 9080:9080 dgraph/standalone
Terminal 2: docker run dgraph/ratel -p 8000:8000 -p 8000:8000
docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "-p": executable file not found in $PATH: unknown.