We are not a standalone registry.

This commit is contained in:
Jake Moshenko 2014-05-02 14:52:03 -04:00
parent e422f2eee9
commit 21304a5678

View file

@ -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