Asterisk in Docker: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Created page with "Read the Docker page if you don't know what Docker is. I started with this now outdated description, http://areskibelaid.com/asterisk-on-docker/ -- consider this an updat..."
 
Brian Wilson (talk | contribs)
mNo edit summary
Line 6: Line 6:


  docker pull debian
  docker pull debian
  docker run -i -t debian:jessie /bin/bash
  docker run -i -t debian /bin/bash


[[Category: VOIP]]
[[Category: VOIP]]

Revision as of 06:01, 23 March 2017

Read the Docker page if you don't know what Docker is.

I started with this now outdated description, http://areskibelaid.com/asterisk-on-docker/ -- consider this an update.

I note also that there are many Docker Asterisk images on the hub but none suitable for me.

docker pull debian
docker run -i -t debian /bin/bash