mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
Merge pull request #48 from trubb/master-1
Update README.md with new path to bird.ctl
This commit is contained in:
commit
fc7cf5be16
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ You can run the birdwatcher for BIRD2 with docker:
|
|||
|
||||
docker pull alicelg/birdwatcher:latest
|
||||
|
||||
docker run -p 29184:29184 -v /var/run/bird.ctl:/usr/local/var/run/bird.ctl -it --rm birdwatcher:latest
|
||||
docker run -p 29184:29184 -v /run/bird/bird.ctl:/run/bird/bird.ctl -it --rm birdwatcher:latest
|
||||
|
||||
|
||||
Or build your own image:
|
||||
|
|
Loading…
Add table
Reference in a new issue