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
- Host: GitHub
- URL: https://github.com/hectorespert/docker-asterisk
- Owner: hectorespert
- License: apache-2.0
- Created: 2023-07-05T15:40:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T12:34:36.000Z (about 2 years ago)
- Last Synced: 2024-06-11T19:08:21.552Z (about 2 years ago)
- Topics: asterisk, docker, hacktoberfest, test-containers, testing
- Language: Dockerfile
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```