Sign inSign up

atalovin/asterisk

By atalovin

Updated almost 4 years ago

Asterisk PBX 18 based on Ubuntu

Image
4

10K+

atalovin/asterisk repository overview

https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-18-current

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
docker cp asterisk:/var/log/asterisk asterisk/log

Then restart container with volumes added.

volumes:

  • ./asterisk/config:/etc/asterisk
  • ./asterisk/lib:/var/lib/asterisk
  • ./asterisk/data:/var/spool/asterisk
  • ./asterisk/log:/var/log/asterisk

Tag summary

Content type

Image

Digest

sha256:4e42681c0

Size

435.9 MB

Last updated

almost 4 years ago

docker pull atalovin/asterisk