A scalable overlay networking tool with a focus on performance, simplicity and security.
$ docker pull akafeng/nebula
$ docker run -d \
-v /etc/nebula/:/etc/nebula/ \
--device=/dev/net/tun \
--cap-add=NET_ADMIN \
--network host\
--restart always \
--name=nebula \
akafeng/nebula