Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 295 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 295 Bytes

docker-flussonic

Docker Build for Flussonic Media Server

Docker BUILD

docker build -t flussonic:latest .

Docker CREATE

docker create -it -p 80:80 -p 1935:1935 --name flussonic -h flussonic flussonic:latest

Docker START

docker start flussonic