Skip to content

Latest commit

History

History
executable file
36 lines (28 loc) 路 975 Bytes

README.md

File metadata and controls

executable file
36 lines (28 loc) 路 975 Bytes

FRRouting

Internet routing protocol suite for Linux and Unix platforms.

Container RegistryProject 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