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 a413be3392 Fix client lib errors documentation.
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 Fix client lib errors documentation. 2015-12-09 12:04:58 -05:00
events.go Implement docker events with standalone client lib. 2015-12-09 12:04:54 -05:00
export.go Implement docker export with standalone client lib. 2015-12-09 12:04:54 -05:00
history.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
image_build.go Implement docker build with standalone client lib. 2015-12-09 12:04:55 -05:00
image_create.go Implement docker import with the standalone client lib. 2015-12-09 12:04:54 -05:00
image_import.go Implement docker import with the standalone client lib. 2015-12-09 12:04:54 -05:00
image_list.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
image_load.go Implement docker load with standalone client lib. 2015-12-09 12:04:55 -05:00
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 Implement docker logs with standalone client lib. 2015-12-09 12:04:55 -05:00
network.go Implement docker network with standalone client lib. 2015-12-09 12:04:55 -05:00
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