Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 314 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 314 Bytes

asterisk-docker

Dockerfile for building Asterisk.

This Dockerfile currently builds CentOS7 release.

usage

To build this image, just clone the repo and build using docker:
git clone https://github.com/mshahsavanpour/Dockerfile.git
cd Dockerfile/Asterisk
docker build -t asterisk:centos .