distribution/docs
Doug Davis 7b8b61bda1 Add .docker/config.json and support for HTTP Headers
This PR does the following:
- migrated ~/.dockerfg to ~/.docker/config.json. The data is migrated
  but the old file remains in case its needed
- moves the auth json in that fie into an "auth" property so we can add new
  top-level properties w/o messing with the auth stuff
- adds support for an HttpHeaders property in ~/.docker/config.json
  which adds these http headers to all msgs from the cli

In a follow-on PR I'll move the config file process out from under
"registry" since it not specific to that any more. I didn't do it here
because I wanted the diff to be smaller so people can make sure I didn't
break/miss any auth code during my edits.

Signed-off-by: Doug Davis <dug@us.ibm.com>
2015-04-20 13:05:24 -07:00
..
auth.go Add .docker/config.json and support for HTTP Headers 2015-04-20 13:05:24 -07:00
auth_test.go Add .docker/config.json and support for HTTP Headers 2015-04-20 13:05:24 -07:00
authchallenge.go Adds support for v2 registry login 2015-01-15 14:04:14 -08:00
config.go Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
config_file_test.go Add .docker/config.json and support for HTTP Headers 2015-04-20 13:05:24 -07:00
config_test.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
endpoint.go Use vendored v2 registry api 2015-03-31 15:02:27 -07:00
endpoint_test.go Fix some go vet errors 2015-02-02 14:53:20 -08:00
httpfactory.go Refactor utils/http.go, fixes #11899 2015-03-30 17:59:57 +02:00
registry.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
registry_mock_test.go Merge pull request #11788 from reikani/pchoi 2015-03-26 23:55:50 -07:00
registry_test.go Refactor utils/http.go, fixes #11899 2015-03-30 17:59:57 +02:00
service.go Remove jobs from registry.Service 2015-03-31 16:38:04 -07:00
session.go Removes redundant else in registry/session.go 2015-04-19 23:58:55 +02:00
session_v2.go Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
token.go Refactor utils/http.go, fixes #11899 2015-03-30 17:59:57 +02:00
types.go Remove engine.Table from docker search and fix missing field 2015-04-03 11:27:30 -07:00