Sign inSign up

boris1993/ant-media-server

By boris1993

Updated over 2 years ago

Self built Ant Media Server Docker image

Image
0

1.9K

boris1993/ant-media-server repository overview

Ant Media Server Community Edition

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.

Usage

  • Docker command
$ 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
  • Docker compose
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:

Tag summary

Content type

Image

Digest

sha256:87ad1fdec

Size

1.1 GB

Last updated

over 2 years ago

docker pull boris1993/ant-media-server