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
- Host: GitHub
- URL: https://github.com/akafeng/docker-frrouting
- Owner: akafeng
- Created: 2022-04-10T17:36:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T16:41:06.000Z (over 1 year ago)
- Last Synced: 2025-01-24T17:29:43.803Z (over 1 year ago)
- Topics: babel, bgp, debian, docker, eigrp, evpn, frrouting, is-is, ldp, mpls, msdp, networking, ngrp, ospf, pbr, pim, rip, ripng, routing, vrrp
- Language: Dockerfile
- Homepage: https://ghcr.io/akafeng/frrouting
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```