Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vesoft-inc/nebula-dev-docker
Nebula docker image for development
https://github.com/vesoft-inc/nebula-dev-docker
docker docker-compose graph-database nebula-graph
Last synced: 8 days ago
JSON representation
Nebula docker image for development
- Host: GitHub
- URL: https://github.com/vesoft-inc/nebula-dev-docker
- Owner: vesoft-inc
- License: apache-2.0
- Created: 2019-08-29T13:11:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T02:26:27.000Z (16 days ago)
- Last Synced: 2024-10-31T03:20:13.715Z (16 days ago)
- Topics: docker, docker-compose, graph-database, nebula-graph
- Language: Shell
- Homepage: https://github.com/vesoft-inc/nebula
- Size: 121 KB
- Stars: 15
- Watchers: 31
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Nebula Graph Development Docker Image
Use `docker` to build [*Nebula*](https://github.com/vesoft-inc/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`](https://hub.docker.com/r/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