We are not a standalone registry.
This commit is contained in:
parent
e422f2eee9
commit
21304a5678
1 changed files with 1 additions and 0 deletions
|
@ -432,4 +432,5 @@ def get_search():
|
|||
def ping():
|
||||
response = make_response('true', 200)
|
||||
response.headers['X-Docker-Registry-Version'] = '0.6.0'
|
||||
response.headers['X-Docker-Registry-Standalone'] = '0'
|
||||
return response
|
||||
|
|
Reference in a new issue