Sign inSign up

quintana/provd

By quintana

Updated almost 11 years ago

Image
0

987

quintana/provd repository overview

To run provd in a docker please run it like :

docker run -p 69:69/udp -p 8666:8666 -p 8667:8667 -v /config/provd/:/etc/xivo/provd/ -it xivo-provd /bin/bash

and launch the xivo-provd

twistd -no -r epoll xivo-provd -s -v

or

docker run --name xivo-provd -d -p 69:69/udp -p 8666:8666 -p 8667:8667 -v /config/provd/:/etc/xivo/provd/ -t xivo-provd

Run the tools configure in the contribs directory to initialize provd. Change the variables in the script.

Tag summary

Content type

Image

Digest

sha256:4a212432c

Size

167.7 MB

Last updated

almost 11 years ago

docker pull quintana/provd