github.com/igggame/nebulas-go@v2.1.0+incompatible/docker/CHANGLOG.md (about)

     1  ## CHANGLOGS
     2  
     3  ### 2018-04-21
     4  
     5  * Added docker-compose.yml to run node directly
     6  
     7  * Included go1.9.2 and rocksdb5.13 in Dockerfile
     8  
     9  * New Feature:
    10    If you want to download vender instead of running `make dep`,
    11    you can create `nodep` file with `touch nodep` in root directory
    12    and then run `docker-compose up node`