diff --git a/docker/README.md b/docker/README.md index 609dc04e..ffb1e632 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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 @@ -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. \ No newline at end of file +Refer to [Swagger](https://github.com/uber/aresdb/wiki/Swagger) to start interactiving with AresDB.