Self built Ant Media Server Docker image
1.9K
An non-official Docker image for Ant Media Server Community Edition.
The image is built on my self hosted Concourse instance. You can checkout the build pipeline here.
$ docker volume create ant-media-server
$ docker run \
--name ant-media-server \
-d \
-v ant-media-server:/usr/local/antmedia/ \
--net=host \
boris1993/ant-media-server:latest
version: '3'
services:
ant-media-server:
image: boris1993/ant-media-server:latest
restart: always
container_name: ant-media-server
network_mode: host
volumes:
- ant-media-server:/usr/local/antmedia/
volumes:
ant-media-server:
Content type
Image
Digest
sha256:87ad1fdec…
Size
1.1 GB
Last updated
over 2 years ago
docker pull boris1993/ant-media-server