-
Build the Docker Image:
docker compose build && docker compose up
-
Plugin Files Location:
- The plugin files will be located at
/etc/bird/plugins
in the bird container.
- The plugin files will be located at
-
Starting and Stopping BIRD:
- To start or stop the BIRD service, use:
/usr/bin/xproto bird [start|stop]
- To start or stop the BIRD service, use:
Note: BIRD is already running in the container, so there is no need to run it manually.