.. |
container
|
Merge pull request #23311 from WeiZhang555/cobra-rm
|
2016-06-07 17:05:21 -04:00 |
formatter
|
Add a check for size field in custom format string
|
2016-06-03 21:59:10 +02:00 |
image
|
Merge pull request #23292 from yongtang/23211-spf13-cobra-images
|
2016-06-07 21:56:42 +02:00 |
inspect
|
Refactor cli inspector to support new inspects.
|
2016-05-31 14:41:37 -07:00 |
network
|
Fix the network inspect id
|
2016-06-06 15:26:07 +00:00 |
system
|
Use spf13/cobra for docker version
|
2016-06-07 08:11:34 -07:00 |
volume
|
Use Args in cobra.Command to validate args.
|
2016-05-31 15:43:16 -07:00 |
build.go
|
Convert 'docker create' to use cobra and pflag
|
2016-06-04 13:57:30 +02:00 |
cli.go
|
Convert 'docker create' to use cobra and pflag
|
2016-06-04 13:57:30 +02:00 |
client.go
|
Make sure docker api client implements engine-api client.
|
2016-01-07 21:02:19 -05:00 |
commands.go
|
Merge pull request #23333 from yongtang/23211-spf13-cobra-version
|
2016-06-07 23:46:01 +02:00 |
commit.go
|
Update client code with api changes
|
2016-04-15 12:48:01 +02:00 |
cp.go
|
Rework usage of context.Context in api/client
|
2016-05-21 15:57:57 +02:00 |
events.go
|
Remove some unused structs and fields
|
2016-03-01 09:59:29 -08: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
|
Update client code with api changes
|
2016-04-15 12:48:01 +02:00 |
hijack.go
|
Convert 'docker create' to use cobra and pflag
|
2016-06-04 13:57:30 +02:00 |
info.go
|
make Insecure registries uppercase like other keys in docker info
|
2016-04-25 18:44:34 +08:00 |
inspect.go
|
Refactor cli inspector to support new inspects.
|
2016-05-31 14:41:37 -07:00 |
load.go
|
Fix docker load progressbar, fixes #21957
|
2016-04-12 22:45:42 -04: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 |
save.go
|
Migrate export command to cobra
|
2016-06-05 16:42:19 +02:00 |
stats.go
|
Rework usage of context.Context in api/client
|
2016-05-21 15:57:57 +02:00 |
stats_helpers.go
|
Rework usage of context.Context in api/client
|
2016-05-21 15:57:57 +02:00 |
stats_unit_test.go
|
Do not remove containers from stats list on err
|
2016-04-13 16:36:34 -04:00 |
trust.go
|
Convert 'docker create' to use cobra and pflag
|
2016-06-04 13:57:30 +02:00 |
trust_test.go
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05:00 |
update.go
|
Un-deprecated command line short variant options of -c .
|
2016-05-26 08:22:27 -07:00 |
utils.go
|
Move attach command to cobra.
|
2016-06-06 22:28:57 +08:00 |