Skip to content

samburney/docker-frrouting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-frrouting

Docker containerised FRRouting.

Images currently available:

  • Latest (Built from master): samburney/frrouting:latest
  • Latest Alpine (Built from alpine branch): samburney/frrouting:alpine
  • FRR 7.1 on Ubuntu 18.04: samburney/frrouting:7.1-ubuntu18.04
  • FRR 7.1 on Alpine 3.10: samburney/frrouting:7.1-alpine

Usage

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

About

Dockerised FRRouting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published