Simulate ring behind NAT in docker to test rings-node.
Build test images
❯ git submodule update --init --recursive
# May take a while...
❯ python nind.py build_image
# Show the built images
❯ docker images | grep ringsnetwork
Prepare stun sever in docker
❯ python nind.py create_coturn
cargo test
# Remove routers and nondes
> python nind.py clean
# Also remove coturn container and global network
> python nind.py clean --all