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