rtmp (latest)

Published 2024-05-14 23:01:01 +00:00 by orion

Installation

docker pull git.orionkindel.com/orion/rtmp:latest
sha256:ed4639679ba071a28d68eb6b1caa35cbd32baf01d726c9e2e87fe092479374a5

Image Layers

ADD file:ca6d1f0f80dd6c91b8ba1d1adf77d7af6d0e5f2f493a2858e384c11874314395 in /
CMD ["bash"]
RUN /bin/sh -c apt-get update # buildkit
RUN /bin/sh -c apt-get install -y neovim nginx libnginx-mod-rtmp # buildkit
COPY ./nginx.conf.rtmp /etc/nginx/nginx.conf # buildkit
RUN /bin/sh -c mkdir -p /var/www/html/stream # buildkit
ENTRYPOINT ["nginx" "-g" "daemon off;"]
Details
Container
2024-05-14 23:01:01 +00:00
1
OCI / Docker
linux/amd64
94 MiB
Versions (1) View all
latest 2024-05-14