Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

lrittel/docker-nebula-lighthouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

docker-nebula-lighthouse

A nebula lighthouse in a Docker container.

The user is expected to mount a configuration directory to /etc/nebula with config.yml being the configuration file. See the example/ subdirectory of the repository for an example.

Run the shell with additional privileges to configure the tun interface:

docker run \
    -it \
    --rm \
    --mount type=bind,source=$PWD/config-lighthouse,target=/etc/nebula \
    --cap-add=NET_ADMIN \
    --device /dev/net/tun:/dev/net/tun \
    --expose 4242 \
    --publish 0.0.0.0:4242:4242/udp \
    nebula-lighthouse

About

A nebula lighthouse in a Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published