$ git clone https://github.com/guallo/fusionpbx-docker-image.git
$ cd fusionpbx-docker-image
fusionpbx-docker-image$ docker build -t <image-name>[:<tag>] .
(note the.
at end)
$ docker run --privileged -it --rm --name <container-name> <image-name>[:<tag>]
$ docker stop <container-name>