Sign inSign up

quintana/amid

By quintana

Updated almost 11 years ago

Image
0

348

quintana/amid repository overview

Dockerfile for XiVO amid

Install Docker

To install docker on Linux :

curl -sL https://get.docker.io/ | sh

or

 wget -qO- https://get.docker.io/ | sh

Build

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 .

Usage

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

Infos

To get the IP of your container use :

docker ps -a
docker inspect <container_id> | grep IPAddress | awk -F\" '{print $4}'

Tag summary

Content type

Image

Digest

sha256:4787e4783

Size

162.2 MB

Last updated

almost 11 years ago

docker pull quintana/amid