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/lib
Doug Davis 6287ec9095 Add a DOCKER_API_VERSION env var
Closes: #11486

Just for @ahmetalpbalkan  :-)

Fixed some comment formatting too while in there.

Signed-off-by: Doug Davis <dug@us.ibm.com>
2015-12-14 12:45:34 -08:00
..
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 Lowercase http method functions. 2015-12-09 12:04:59 -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 Lowercase http method functions. 2015-12-09 12:04:59 -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 Remove old http from the docker cli. 2015-12-09 12:05:00 -05:00
history.go Lowercase http method functions. 2015-12-09 12:04:59 -05:00
image_build.go Lowercase http method functions. 2015-12-09 12:04: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 Lowercase http method functions. 2015-12-09 12:04:59 -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 Implement docker search with standalone client lib. 2015-12-09 12:05:00 -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 Lowercase http method functions. 2015-12-09 12:04:59 -05:00
logs.go Lowercase http method functions. 2015-12-09 12:04:59 -05:00
network.go Implement all inspect commands with the new inspector interface. 2015-12-09 12:05:01 -05: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 old http from the docker cli. 2015-12-09 12:05:00 -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 Implement all inspect commands with the new inspector interface. 2015-12-09 12:05:01 -05:00
wait.go Implement docker wait with standalone client lib. 2015-12-09 12:04:58 -05:00