7 Star 7 Fork 6

Gitee 极速下载 / AresDB

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/uber/aresdb
克隆/下载
README.md 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
Ze Wang 提交于 2019-02-02 10:18 . reorganize binary and file location (#78)

AresDB Docker

To facilitate the installation process, we have published the Dockerfile so you can get AresDB running in a docker container.

Prerequisites

Build

$ mkdir aresdb-docker
$ wget -O aresdb-docker/Dockerfile https://raw.githubusercontent.com/uber/aresdb/master/docker/Dockerfile
$ docker build -t aresdb:latest aresdb-docker

Run AresDB

nvidia-docker run -p 9374:9374/tcp -p 43202:43202/tcp -it aresdb:latest
root@9e4c5150659c:~/go/src/github.com/aresdb# make run_server >> ./log/aresdb.log 2>&1 &

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 to start interactiving with AresDB.

Go
1
https://gitee.com/mirrors/AresDB.git
git@gitee.com:mirrors/AresDB.git
mirrors
AresDB
AresDB
master

搜索帮助