.. |
container
|
Merge pull request #23403 from WeiZhang555/split-utils
|
2016-06-10 15:38:06 -07:00 |
formatter
|
Add a check for size field in custom format string
|
2016-06-03 21:59:10 +02:00 |
image
|
Migrate save command to cobra
|
2016-06-09 17:38:20 +02:00 |
inspect
|
remove fallback for Go 1.4
|
2016-06-07 22:38:02 +02:00 |
network
|
Fix some context sharing/plumbing
|
2016-06-09 17:58:10 +02:00 |
system
|
Migrate stats and events command to cobra.
|
2016-06-08 10:39:53 +08:00 |
volume
|
Fix some context sharing/plumbing
|
2016-06-09 17:58:10 +02:00 |
cli.go
|
Convert 'docker create' to use cobra and pflag
|
2016-06-04 13:57:30 +02:00 |
client.go
|
|
|
commands.go
|
Migrate save command to cobra
|
2016-06-09 17:38:20 +02:00 |
commit.go
|
|
|
cp.go
|
Rework usage of context.Context in api/client
|
2016-05-21 15:57:57 +02:00 |
exec.go
|
Convert 'docker run' to a cobra command and to use pflags
|
2016-06-04 13:55:35 +02:00 |
exec_test.go
|
|
|
hijack.go
|
Convert 'docker create' to use cobra and pflag
|
2016-06-04 13:57:30 +02:00 |
info.go
|
|
|
inspect.go
|
Refactor cli inspector to support new inspects.
|
2016-05-31 14:41:37 -07:00 |
login.go
|
Error login from non TTY
|
2016-05-25 09:29:50 -07:00 |
logout.go
|
Rework usage of context.Context in api/client
|
2016-05-21 15:57:57 +02:00 |
ps.go
|
Add a check for size field in custom format string
|
2016-06-03 21:59:10 +02:00 |
pull.go
|
Convert 'docker create' to use cobra and pflag
|
2016-06-04 13:57:30 +02:00 |
push.go
|
Convert 'docker create' to use cobra and pflag
|
2016-06-04 13:57:30 +02:00 |
trust.go
|
Convert 'docker create' to use cobra and pflag
|
2016-06-04 13:57:30 +02:00 |
trust_test.go
|
|
|
update.go
|
Un-deprecated command line short variant options of -c .
|
2016-05-26 08:22:27 -07:00 |
utils.go
|
Move GetExitCode to package container and unexport it
|
2016-06-09 18:04:53 +08:00 |