Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions dgraph/v25-preview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ Dgraph for AI-ready knowledge graphs.

## Availability

As we prepare for the general availability, we're making a set of preview
releases available for use on Hypermode and locally. The fastest way to get
started is to sign up for a free
[Hypermode account](https://hypermode.com/login).

The run locally, use the Docker image `dgraph/standalone:v25.0.0-preview6`.
To run locally, use the Docker image `dgraph/standalone:v25.0.0-preview6`.

```bash
docker run --rm -it -p 8080:8080 -p 9080:9080 dgraph/standalone:v25.0.0-preview6
Expand Down