From a3c9f57f8a8ef1bce87b28930ec1d2ad16b87930 Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 4 Mar 2021 23:48:41 +0800 Subject: [PATCH] Refine README for docker --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 25de25504..1251210f6 100755 --- a/README.md +++ b/README.md @@ -16,18 +16,17 @@ SRS is a RTMP/HLS/FLV streaming cluster, high efficiency, stable and simple. Recommend to run SRS by [docker][docker-srs3]: ```bash +# From Aliyun CR, for developers in China. docker run --rm -p 1935:1935 -p 1985:1985 -p 8080:8080 \ registry.cn-hangzhou.aliyuncs.com/ossrs/srs:3 -``` - -By default, the images is speedup by [ACR](https://cr.console.aliyun.com/repository/cn-hangzhou/ossrs/srs/images) -for developers in China, you can also run by: -```bash -docker run -p 1935:1935 -p 1985:1985 -p 8080:8080 \ +# From docker hub, depends on your network. +docker run --rm -p 1935:1935 -p 1985:1985 -p 8080:8080 \ ossrs/srs:3 ``` +> Note: The available images is [here](https://cr.console.aliyun.com/repository/cn-hangzhou/ossrs/srs/images). + Please open [http://localhost:8080/](http://localhost:8080/) if success, then publish [stream](https://github.com/ossrs/srs/blob/3.0release/trunk/doc/source.200kbps.768x320.flv) by: