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:
Content type
Image
Digest
sha256:4e42681c0…
Size
435.9 MB
Last updated
almost 4 years ago
docker pull atalovin/asterisk