Skip to content

Official Docker image for Red5 Community version? #345

@Juansecu

Description

@Juansecu

Issue

Short description

I need to know if there is an official Docker image for the community version of Red5 server.

Environment

[] Operating system and version:
[11] Java version:
[1.3.25] Red5 version:

Expected behavior

I was expecting to find an official Docker image for the community version of Red5 server, but I had no look.

Actual behavior

I found the following image in Docker Hub, but it seems that it requires an active licence of Red5 PRO, which does not meet my use case.

Steps to reproduce

  1. Go to this link in Docker Hub.
  2. Use the following command to run a Docker container with the image:
docker run -it \
-p 5080:5080/tcp \
--env=TYPE=SINGLE \
--env=LICENSE_KEY=AAAA-BBBB-CCCC-DDDD \
--env=NODE_API_KEY=abc123 \
--env=SSL=false \
--name red5pro-server \
--privileged red5pro/server:12.2.0

Logs

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions