Skip to content

kenni-shin/docker-asterisk-lua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-asterisk-lua

Closed

see

asterisk11-lua

asterisk13-lua

asterisk15-lua

Docker container with asterisk and lua environment

asterisk 1.8

docker pull antirek/asterisk-lua:asterisk1.8

asterisk 11

docker pull antirek/asterisk-lua:asterisk11

docker pull antirek/asterisk-lua:latest

asterisk 13

docker pull antirek/asterisk-lua:asterisk13

(attention: traffic ~ 600Mb download)

Contain

Run

See ./run

Extend

Use this image as base for your own images

Write Dockerfile like


FROM antirek/asterisk-lua

RUN luarocks install inspect


... and other instructions

Thanks

docker-lua

docker-asterisk

Packages

No packages published

Languages

  • Dockerfile 100.0%