CentOS docker for SRS develop
Posted SRS
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS docker for SRS develop相关的知识,希望对你有一定的参考价值。
最近有朋友提Issue,在OSX 10.14 Mojave上无法运行,调研发现是因为ST不支持OS10.14,也就是SRS嗝屁了,参考:https://github.com/ossrs/srs/issues/1250。
有个可选的方案就是用docker跑CentOS,包括其他OS例如Windows,使用方法如下:
Install docker
Download docker from here then start docker.
Build docker image
docker pull ossrs/dev
Clone SRS
git clone https://github.com/ossrs/srs.git && cd srs
Start docker
docker run -it -v `pwd`:/tmp/srs -w /tmp/srs/trunk -p 1935:1935 -p 1985:1985 -p 8080:8080 ossrs/dev bash
Build SRS in docker
./configure && make
Run SRS in docker
./objs/srs -c conf/console.conf
以上是关于CentOS docker for SRS develop的主要内容,如果未能解决你的问题,请参考以下文章
docker /dev/mapper/centos-root 空间满了,怎么办
docker /dev/mapper/centos-root 空间满了,怎么办