-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
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
- Go to this link in Docker Hub.
- 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.0Logs
N/A
Metadata
Metadata
Assignees
Labels
No labels