Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #374

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ you can get AresDB running in a docker container.

* [nvidia-driver](https://github.com/NVIDIA/nvidia-docker/wiki/Frequently-Asked-Questions#how-do-i-install-the-nvidia-driver)
* A [supported version](https://github.com/NVIDIA/nvidia-docker/wiki/Frequently-Asked-Questions#which-docker-packages-are-supported) of [Docker]
* [nvida-docker](https://github.com/NVIDIA/nvidia-docker)
* [nvidia-docker](https://github.com/NVIDIA/nvidia-docker)


### Build
Expand All @@ -24,4 +24,4 @@ root@9e4c5150659c:~/go/src/github.com/aresdb# make run_server >> ./log/aresdb.lo
```

This command will compile AresDB, run the server in background and map the ports in the docker container on the docker host.
Refer to [Swagger](https://github.com/uber/aresdb/wiki/Swagger) to start interactiving with AresDB.
Refer to [Swagger](https://github.com/uber/aresdb/wiki/Swagger) to start interactiving with AresDB.