Docker Images for libre and baresip
docker pull ghcr.io/baresip/docker/baresip:latest
docker run --rm -it baresip
docker pull ghcr.io/baresip/docker/baresip-dev:latest
docker run --rm -it baresip-dev
docker run --rm -it baresip baresip -h
docker run --rm -it baresip baresip -v
docker run --rm -it baresip baresip -4
docker run --rm -it --volume=/home/user/.baresip:/root/.baresip baresip
docker run --rm -it --device=/dev/snd baresip
docker run --network host --rm -it baresip
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