An open API service indexing awesome lists of open source software.

https://github.com/akafeng/docker-frrouting

๐Ÿณ Docker Image Packaging for FRRouting
https://github.com/akafeng/docker-frrouting

babel bgp debian docker eigrp evpn frrouting is-is ldp mpls msdp networking ngrp ospf pbr pim rip ripng routing vrrp

Last synced: 28 days ago
JSON representation

๐Ÿณ Docker Image Packaging for FRRouting

Awesome Lists containing this project

README

          

FRRouting

Internet routing protocol suite for Linux and Unix platforms.


Container Registry ยท
Project Source






---

### Pull The Image

```bash
$ docker pull ghcr.io/akafeng/frrouting
```

### Start Container

```bash
$ docker run -d \
--volume=/etc/frr/:/etc/frr/ \
--cap-add=NET_ADMIN \
--cap-add=SYS_ADMIN \
--network=host \
--restart=unless-stopped \
--name=frrouting \
ghcr.io/akafeng/frrouting
```