Skip to content

Dockerfile that builds Asterisk version 17

Notifications You must be signed in to change notification settings

kevinferrero/asterisk17

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

asterisk17

#Dockerfile that builds Asterisk version 17.

If you are not passing in your own config files, first start the container without any volumes added, then copy required files out of the container with docker-cp command.

docker cp asterisk:/etc/asterisk asterisk/config 
docker cp asterisk:/var/lib/asterisk asterisk/lib    
docker cp asterisk:/var/spool/asterisk asterisk/data

Then restart container with volumes added.

About

Dockerfile that builds Asterisk version 17

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%