Skip to content

Commit

Permalink
append docker source info (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
darionyaphet authored May 28, 2019
1 parent c0fdf8a commit 3be03dc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ If `docker` is not found, please see [here](https://docs.docker.com/install/) fo

After that, using `docker pull vesoft/nebula-graph:latest` to get `nebula` image and `docker images` that can display images status.

If `docker` is slow when pulling the image, configure an accelerator.

You can add the source at `/etc/docker/daemon.json`, for Chinese users:

```
{
"registry-mirrors": [
"https://dockerhub.azk8s.cn",
"https://reg-mirror.qiniu.com"
]
}
```

---

### Step 2 Startup Nebula Graph
Expand Down

0 comments on commit 3be03dc

Please sign in to comment.