.. |
client.go
|
Add a DOCKER_API_VERSION env var
|
2015-12-14 12:45:34 -08:00 |
client_test.go
|
Force API versioning in the client library.
|
2015-12-14 12:06:42 -05:00 |
container_attach.go
|
Implement docker exec with standalone client lib.
|
2015-12-09 12:04:59 -05:00 |
container_commit.go
|
Make the commit configuration to be a typed struct rather than accepting a string.
|
2015-12-09 12:06:58 -05:00 |
container_create.go
|
Lowercase http method functions.
|
2015-12-09 12:04:59 -05:00 |
container_inspect.go
|
Implement docker inspect with standalone client lib.
|
2015-12-09 12:05:00 -05:00 |
container_list.go
|
Move filters package to the API.
|
2015-12-15 18:13:26 -05:00 |
container_remove.go
|
Lowercase http method functions.
|
2015-12-09 12:04:59 -05:00 |
container_rename.go
|
Lowercase http method functions.
|
2015-12-09 12:04:59 -05:00 |
container_restart.go
|
Lowercase http method functions.
|
2015-12-09 12:04:59 -05:00 |
container_start.go
|
Implement docker start with standalone client lib.
|
2015-12-09 12:04:59 -05:00 |
container_stats.go
|
Implement docker stats with standalone client lib.
|
2015-12-09 12:05:00 -05:00 |
container_stop.go
|
Lowercase http method functions.
|
2015-12-09 12:04:59 -05:00 |
container_top.go
|
Change references to query values.
|
2015-12-09 12:04:59 -05:00 |
container_unpause.go
|
Lowercase http method functions.
|
2015-12-09 12:04:59 -05:00 |
copy.go
|
Lowercase http method functions.
|
2015-12-09 12:04:59 -05:00 |
diff.go
|
Lowercase http method functions.
|
2015-12-09 12:04:59 -05:00 |
errors.go
|
Implement all inspect commands with the new inspector interface.
|
2015-12-09 12:05:01 -05:00 |
events.go
|
Move filters package to the API.
|
2015-12-15 18:13:26 -05:00 |
exec.go
|
Implement docker exec with standalone client lib.
|
2015-12-09 12:04:59 -05:00 |
export.go
|
Lowercase http method functions.
|
2015-12-09 12:04:59 -05:00 |
hijack.go
|
api: client: lib: fix go vet
|
2015-12-16 12:00:48 +01:00 |
history.go
|
Lowercase http method functions.
|
2015-12-09 12:04:59 -05:00 |
image_build.go
|
Replace pkg/units with docker/go-units.
|
2015-12-16 12:26:49 -05:00 |
image_build_test.go
|
Remove httputils dependency from API client lib.
|
2015-12-14 16:48:59 -05:00 |
image_create.go
|
Implement docker pull with standalone client lib.
|
2015-12-09 12:05:00 -05:00 |
image_import.go
|
Lowercase http method functions.
|
2015-12-09 12:04:59 -05:00 |
image_inspect.go
|
Implement docker inspect with standalone client lib.
|
2015-12-09 12:05:00 -05:00 |
image_list.go
|
Move filters package to the API.
|
2015-12-15 18:13:26 -05:00 |
image_load.go
|
Lowercase http method functions.
|
2015-12-09 12:04:59 -05:00 |
image_pull.go
|
Implement docker pull with standalone client lib.
|
2015-12-09 12:05:00 -05:00 |
image_push.go
|
Implement docker push with standalone client lib.
|
2015-12-09 12:05:00 -05:00 |
image_remove.go
|
Lowercase http method functions.
|
2015-12-09 12:04:59 -05:00 |
image_save.go
|
Lowercase http method functions.
|
2015-12-09 12:04:59 -05:00 |
image_search.go
|
Move registry.SearchResult types to api/types/registry.
|
2015-12-15 11:44:20 -05:00 |
image_tag.go
|
Lowercase http method functions.
|
2015-12-09 12:04:59 -05:00 |
info.go
|
Lowercase http method functions.
|
2015-12-09 12:04:59 -05:00 |
kill.go
|
Lowercase http method functions.
|
2015-12-09 12:04:59 -05:00 |
login.go
|
Move AuthConfig to api/types
|
2015-12-14 11:22:01 -05:00 |
logs.go
|
Move timeutils functions to the only places where they are used.
|
2015-12-15 14:56:14 -05:00 |
network.go
|
api: client: lib: fix go vet
|
2015-12-16 12:00:48 +01:00 |
pause.go
|
Implement docker pause with standalone client lib.
|
2015-12-09 12:04:56 -05:00 |
privileged.go
|
Implement docker pull with standalone client lib.
|
2015-12-09 12:05:00 -05:00 |
request.go
|
Remove timeout shared function.
|
2015-12-14 14:24:21 -05:00 |
resize.go
|
Implement docker resize with standalone client lib.
|
2015-12-09 12:05:00 -05:00 |
version.go
|
Move client version to the docker cli.
|
2015-12-11 19:03:33 -05:00 |
volume.go
|
Move filters package to the API.
|
2015-12-15 18:13:26 -05:00 |
wait.go
|
Implement docker wait with standalone client lib.
|
2015-12-09 12:04:58 -05:00 |