Skip to content
This is a version that mostly works, i.e. establishes ipv6 connectivity, except for some individual node pairs.

Build the supervisord image:
```
make build-docker-supervisord
```
You can test it with:
```
python3 demo.py --edges topo10 --img r2kad-daemon:supervisord --containernet start
python3 demo.py --edges topo10 --img r2kad-daemon:supervisord --containernet test_connectivity
```