An open API service indexing awesome lists of open source software.

https://github.com/hectorespert/docker-asterisk

Asterisk docker image for test containers
https://github.com/hectorespert/docker-asterisk

asterisk docker hacktoberfest test-containers testing

Last synced: 5 months ago
JSON representation

Asterisk docker image for test containers

Awesome Lists containing this project

README

          

# Asterisk Docker Image

Asterisk docker image preconfigured for [testcontainers-spring-boot-asterisk](https://github.com/hectorespert/testcontainers-spring-boot-asterisk)

## Development

### Build

```bash
docker build . --file Dockerfile --tag blackleg/asterisk --progress=plain
```

### Run

```bash
docker run -it --rm -p 5038:5038 -p 8088:8088 blackleg/asterisk
```