Key not Found Error

Ok - this is what I have. Do you want me to just do this and run my import code again?

dave@dave-VirtualBox:~/$ cat rundockers.sh
#!/bin/sh
ulimit -S -n 1048576
docker run --rm -it -p “8080:8080” -p “9080:9080” -v ~/dgraph:/dgraph “dgraph/standalone:master”