mirror of
https://github.com/baresip/docker.git
synced 2025-04-19 04:02:17 +03:00
docker
Docker Images for libre and baresip
Usage
Run latest stable version
docker pull ghcr.io/baresip/docker/baresip:latest
docker run --rm -it baresip
Run latest dev version
docker pull ghcr.io/baresip/docker/baresip-dev:latest
docker run --rm -it baresip-dev
Baresip cli options
docker run --rm -it baresip baresip -h
docker run --rm -it baresip baresip -v
docker run --rm -it baresip baresip -4
Mount config path
docker run --rm -it --volume=/home/user/.baresip:/root/.baresip baresip
With alsa devices
docker run --rm -it --device=/dev/snd baresip
Host Networking
docker run --network host --rm -it baresip
Podman
All examples should work fine with podman too, just replace docker
with
podman
:
podman pull ghcr.io/baresip/docker/baresip:latest
podman run --rm -it baresip
Description
Languages
Dockerfile
91.7%
Shell
8.3%