akafeng / docker-frrouting

🐳 Docker Image Packaging for FRRouting

Home Page:https://ghcr.io/akafeng/frrouting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FRRouting

Internet routing protocol suite for Linux and Unix platforms.

Container Registry · Project Source


Pull The Image

$ docker pull ghcr.io/akafeng/frrouting

Start Container

$ 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

About

🐳 Docker Image Packaging for FRRouting

https://ghcr.io/akafeng/frrouting


Languages

Language:Dockerfile 92.6%Language:Shell 7.4%