Docker containerised FRRouting.
Images currently available:
The following example will start ospfd, ospf6d and bgpd:
## Pull latest image from Docker Hub
docker pull samburney/frrouting:latest
## Set the daemons you want to run in the DAEMONS environment variable
docker run --privileged -e DAEMONS="ospfd bgpd ospf6d" samburney/frrouting:latest
Content type
Image
Digest
Size
53.8 MB
Last updated
almost 7 years ago
docker pull samburney/frrouting