nebula-dev-docker
nebula-dev-docker copied to clipboard
Nebula docker image for development
``` docker run -it --rm centos:7 /bin/bash -c 'ulimit -n' # arm 1024 # x86 1048576 ``` we should change the ulimit conf in docker file
``` ➜ nebula-cpp2 git:(master) docker pull vesoft/nebula-dev:centos7 centos7: Pulling from vesoft/nebula-dev 2d473b07cdd5: Already exists 538b61942a2c: Pull complete c62a63613fd5: Pull complete a5ac92695350: Pull complete 5d20270173e7: Pull complete Digest: sha256:dcaf0182d7b93a207b54cc4a670e4f56504ca5af4820e80acf3a08e306d2f50c Status: Downloaded...
## What type of PR is this? - [ ] bug - [ ] feature - [ ] enhancement ## What problem(s) does this PR solve? #### Issue(s) number: ####...