Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2c9cce0f
Commit
2c9cce0f
authored
Aug 02, 2016
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Grammar improvements
[ci skip]
parent
46385e4e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/container_registry/troubleshooting.md
doc/container_registry/troubleshooting.md
+4
-4
No files found.
doc/container_registry/troubleshooting.md
View file @
2c9cce0f
...
...
@@ -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
a
t the communication between the client a
nd 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment