Skip to content

fly.io Gossip Glomers

Notifications You must be signed in to change notification settings

svrakitin/gossip-glomers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fly.io Gossip Glomers

Build

docker build . -t maelstrom-node:latest

Run

docker run -it \
    -v $(pwd)/maelstrom-store:/opt/gossip-glomers/maelstrom/store \
    maelstrom-node:latest \
    unique-ids \
    -w unique-ids \
    --time-limit 30 \
    --rate 1000 \
    --node-count 3 \
    --availability total \
    --nemesis partition

Serve results

docker run -it \
    -p 38080:8080 \
    -v $(pwd)/maelstrom-store:/opt/gossip-glomers/maelstrom/store \
    --entrypoint /bin/sh \
    maelstrom:latest \
    maelstrom serve