Skip to content

vesoft-inc/nebula-dev-docker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Nebula Graph Development Docker Image

Use docker to build Nebula project.

At this moment, we have provided following docker images for developers:

  • vesoft/nebula-dev:centos7
  • vesoft/nebula-dev:centos8
  • vesoft/nebula-dev:ubuntu1604
  • vesoft/nebula-dev:ubuntu1804
  • vesoft/nebula-dev:ubuntu2004

And the vesoft/nebula-dev:centos7 image is also tagged as vesoft/nebula-dev:latest.

Usage

At first, you should install docker in your machine and then pull the vesoft/nebula-dev image from docker hub. After that you can use following commands to build Nebula sources.

$ docker pull vesoft/nebula-dev:ubuntu1804
$ curl -fsSL https://raw.githubusercontent.com/vesoft-inc/nebula-dev-docker/master/run.sh -o run.sh
$ chmod +x run.sh
$ ./run.sh /path/to/nebula/directory ubuntu1804