Dockerfile for XiVO amid
To install docker on Linux :
curl -sL https://get.docker.io/ | sh
or
wget -qO- https://get.docker.io/ | sh
To build the image, simply invoke
docker build -t xivo-amid github.com/xivo-pbx/xivo-amid
Or directly in the sources in contribs/docker
docker build -t xivo-amid .
To run the container, do the following:
docker run -v /conf/amid:/etc/xivo/xivo-amid -t xivo-amid
On interactive mode :
docker run -it xivo-amid /bin/bash
After launch xivo-amid-service in /root directory.
xivo-amid -d -f
To get the IP of your container use :
docker ps -a
docker inspect <container_id> | grep IPAddress | awk -F\" '{print $4}'
Content type
Image
Digest
sha256:4787e4783…
Size
162.2 MB
Last updated
almost 11 years ago
docker pull quintana/amid