mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-28 09:18:54 +00:00
修改格式
This commit is contained in:
parent
e55429f64f
commit
d044ff923a
@ -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
|
$ sudo gunicorn --access-logfile - --error-logfile - -k gevent -b 0.0.0.0:5000 -w 4 --max-requests 100 docker_registry.wsgi:application
|
||||||
```
|
```
|
||||||
此时使用curl访问本地的 5000 端口,看到输出 docker-registry 的版本信息说明运行成功。
|
此时使用 curl 访问本地的 5000 端口,看到输出 docker-registry 的版本信息说明运行成功。
|
||||||
|
|
||||||
*注:`config/config_sample.yml` 文件是示例配置文件。
|
*注:`config/config_sample.yml` 文件是示例配置文件。
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user