1
0
mirror of https://github.com/baresip/docker.git synced 2025-04-19 04:02:17 +03:00
2025-04-04 17:02:36 +02:00
2025-04-04 17:02:36 +02:00
2023-09-12 16:09:34 +02:00
2022-08-02 07:55:28 +02:00
2023-08-13 12:10:03 +02: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
Образы Docker для libre и baresip
Readme BSD-3-Clause 231 KiB
Languages
Dockerfile 91.7%
Shell 8.3%