1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/client
Doug Davis 18c9b6c645 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
..
attach.go client.StatusError don't be returned as a pointer 2015-04-16 01:27:07 +08:00
build.go Add .docker/config.json and support for HTTP Headers 2015-04-20 13:05:24 -07:00
cli.go Add .docker/config.json and support for HTTP Headers 2015-04-20 13:05:24 -07:00
client.go client.StatusError don't be returned as a pointer 2015-04-16 01:27:07 +08:00
commit.go Merge pull request #11893 from runcom/11892-refactor-utils-flags 2015-03-30 13:35:40 -07:00
cp.go cp: add support for copy filename with ":" 2015-04-10 00:08:05 -04:00
create.go Add .docker/config.json and support for HTTP Headers 2015-04-20 13:05:24 -07:00
diff.go Remove container name not empty check 2015-04-14 11:27:06 -07:00
events.go Refactor utils/flags.go, fixes #11892 2015-03-29 03:22:46 +02:00
exec.go client.StatusError don't be returned as a pointer 2015-04-16 01:27:07 +08:00
export.go Refactor utils/flags.go, fixes #11892 2015-03-29 03:22:46 +02:00
help.go Update CmdCommit docstring and fix CmdHelp whitespace 2015-03-25 20:07:00 -07:00
hijack.go Add .docker/config.json and support for HTTP Headers 2015-04-20 13:05:24 -07:00
history.go Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
images.go Last step in removing engine.Tabel from api/client/* 2015-04-06 10:55:53 -07:00
import.go Refactor utils/flags.go, fixes #11892 2015-03-29 03:22:46 +02:00
info.go Add .docker/config.json and support for HTTP Headers 2015-04-20 13:05:24 -07:00
inspect.go client.StatusError don't be returned as a pointer 2015-04-16 01:27:07 +08:00
kill.go Refactor utils/flags.go, fixes #11892 2015-03-29 03:22:46 +02:00
load.go Refactor utils/flags.go, fixes #11892 2015-03-29 03:22:46 +02:00
login.go Add .docker/config.json and support for HTTP Headers 2015-04-20 13:05:24 -07:00
logout.go Add .docker/config.json and support for HTTP Headers 2015-04-20 13:05:24 -07:00
logs.go Refactor utils/flags.go, fixes #11892 2015-03-29 03:22:46 +02:00
pause.go Refactor utils/flags.go, fixes #11892 2015-03-29 03:22:46 +02:00
port.go Remove jobs from daemon/networkdriver/bridge 2015-04-08 18:50:29 -04:00
ps.go Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
pull.go Add .docker/config.json and support for HTTP Headers 2015-04-20 13:05:24 -07:00
push.go Add .docker/config.json and support for HTTP Headers 2015-04-20 13:05:24 -07:00
rename.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
restart.go Refactor utils/flags.go, fixes #11892 2015-03-29 03:22:46 +02:00
rm.go Remove container name not empty check 2015-04-14 11:27:06 -07:00
rmi.go Remove engine.Table from docker history and docker rmi 2015-04-03 08:31:30 -07:00
run.go client.StatusError don't be returned as a pointer 2015-04-16 01:27:07 +08:00
save.go Refactor utils/flags.go, fixes #11892 2015-03-29 03:22:46 +02:00
search.go Add .docker/config.json and support for HTTP Headers 2015-04-20 13:05:24 -07:00
start.go client.StatusError don't be returned as a pointer 2015-04-16 01:27:07 +08:00
stats.go change memory usage display 2015-04-11 20:04:34 +08:00
stats_unit_test.go change memory usage display 2015-04-11 20:04:34 +08:00
stop.go Refactor utils/flags.go, fixes #11892 2015-03-29 03:22:46 +02:00
tag.go Refactor utils/flags.go, fixes #11892 2015-03-29 03:22:46 +02:00
top.go Remove Job from docker top 2015-04-09 18:17:50 -07:00
unpause.go Refactor utils/flags.go, fixes #11892 2015-03-29 03:22:46 +02:00
utils.go Add .docker/config.json and support for HTTP Headers 2015-04-20 13:05:24 -07:00
version.go Refactor utils/flags.go, fixes #11892 2015-03-29 03:22:46 +02:00
wait.go Refactor utils/flags.go, fixes #11892 2015-03-29 03:22:46 +02:00