We’re overhauling Dgraph’s docs to make them clearer and more approachable. If you notice any issues during this transition or have suggestions, please let us know.

You can obtain Dgraph binary for the latest version as well as previous releases using automatic install script, manual download, through Docker images or by building the binary from the open source code.

  1. Install Docker.

  2. Pull the latest Dgraph image using docker:

       docker pull dgraph/dgraph:latest
    

    To set up a learning environment, you may pull the dgraph standalone image :

       docker pull dgraph/standalone:latest
    
  3. Verify that the image is downloaded:

       docker images