Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 314 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 314 Bytes

DistributedHashTableTask

Dependencies

  1. node 14
  2. yarn 1.22
  3. Docker 20 (May work with other versions, but not guaranteed)

Setup

  1. sudo docker network create --driver bridge --subnet 172.13.42.0/24 --gateway 172.13.42.254 dst2
  2. yarn install
  3. yarn build
  4. docker build . -t dst2
  5. yarn start