Grammar improvements

[ci skip]
This commit is contained in:
Stan Hu 2016-08-02 15:24:15 -07:00
parent 46385e4e5a
commit 2c9cce0feb
1 changed files with 4 additions and 4 deletions

View File

@ -43,10 +43,10 @@ a08f14ef632e: Pushing [==================================================>] 2.04
error parsing HTTP 403 response body: unexpected end of JSON input: ""
```
This error is ambiguous, as it's not clear whether the 403 is coming from the GitLab Rails
application, the Docker registry, or something else. In this case, we know that since
the login succeeded, we probably need to look at the communication between the client
and the registry.
This error is ambiguous, as it's not clear whether the 403 is coming from the
GitLab Rails application, the Docker registry, or something else. In this
case, since we know that since the login succeeded, we probably need to look
at the communication between the client and the registry.
The REST API between the Docker client and registry is [described
here](https://docs.docker.com/registry/spec/api/). Normally, one would just