From e55429f64fa2a923c911e8972a6327ea9351104f Mon Sep 17 00:00:00 2001 From: zhangbaitong Date: Sun, 11 Jan 2015 21:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=8F=A5=E5=AD=90=E4=B8=AD?= =?UTF-8?q?=E9=81=97=E7=95=99=E7=9A=84=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repository/local_repo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/local_repo.md b/repository/local_repo.md index 9ad820d..4d8d329 100644 --- a/repository/local_repo.md +++ b/repository/local_repo.md @@ -66,7 +66,7 @@ $ sudo gunicorn -c contrib/gunicorn.py docker_registry.wsgi:application ``` $ sudo gunicorn --access-logfile - --error-logfile - -k gevent -b 0.0.0.0:5000 -w 4 --max-requests 100 docker_registry.wsgi:application ``` -此时使用访问本地的 5000 端口,看到输出 docker-registry 的版本信息说明运行成功。 +此时使用curl访问本地的 5000 端口,看到输出 docker-registry 的版本信息说明运行成功。 *注:`config/config_sample.yml` 文件是示例配置文件。