Skip to content

akafeng/docker-nebula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Nebula

A scalable overlay networking tool with a focus on performance, simplicity and security.

Docker Hub · Project Source


Pull The Image

$ docker pull akafeng/nebula

Start Container

$ docker run -d \
  -v /etc/nebula/:/etc/nebula/ \
  --device=/dev/net/tun \
  --cap-add=NET_ADMIN \
  --network host\
  --restart always \
  --name=nebula \
  akafeng/nebula