JasonRivers / Docker-nginx-rtmp

Docker Image for RTMP streams using Nginx
180 stars 114 forks source link

a greatful image!! suggestion to run in the background #1

Closed sorawa closed 6 years ago

sorawa commented 8 years ago

if run docker run -p 1935:1935 -p 58080:8080 jasonrivers/nginx-rtmp

the terminal will block

wbwangk commented 7 years ago

docker run -d -p 1935:1935 -p 58080:8080 jasonrivers/nginx-rtmp

then it run in the backgound.

JasonRivers commented 6 years ago

Please use -d on docker run to run it in the background.