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
David Calavera 73bca058ae Implement docker volume with standalone client lib.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-12-09 12:04:58 -05:00
..
client.go
container_commit.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
container_create.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
container_inspect.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
container_list.go Implement docker ps with standanlone client lib. 2015-12-09 12:04:56 -05:00
container_remove.go Implement docker remove with standalone client lib. 2015-12-09 12:04:56 -05:00
container_rename.go Implement container rename with standalone client lib. 2015-12-09 12:04:56 -05:00
container_restart.go Implement docker restart with standalone client lib. 2015-12-09 12:04:56 -05:00
container_stop.go Implement docker stop with standalone client lib. 2015-12-09 12:04:57 -05:00
container_top.go Implement docker top with standalone client lib. 2015-12-09 12:04:57 -05:00
container_unpause.go Implement docker unpause with standalone client lib. 2015-12-09 12:04:57 -05:00
copy.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
diff.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
errors.go Implement getExitCode with standalone client lib. 2015-12-09 12:04:58 -05:00
events.go
export.go
history.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
image_build.go
image_create.go
image_import.go
image_list.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
image_load.go
image_remove.go Implement docker rmi with standalone client lib. 2015-12-09 12:04:56 -05:00
image_save.go Implement docker save with standalone client lib. 2015-12-09 12:04:56 -05:00
image_tag.go Implement docker tag with standalone client lib. 2015-12-09 12:04:57 -05:00
info.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
kill.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
login.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
logs.go
network.go
pause.go Implement docker pause with standalone client lib. 2015-12-09 12:04:56 -05:00
request.go Implement getExitCode with standalone client lib. 2015-12-09 12:04:58 -05:00
version.go Implement docker version with standalone client lib. 2015-12-09 12:04:58 -05:00
volume.go Implement docker volume with standalone client lib. 2015-12-09 12:04:58 -05:00
wait.go Implement docker wait with standalone client lib. 2015-12-09 12:04:58 -05:00