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 b7de53634c Implement docker restart with standalone client lib.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-12-09 12:04:56 -05:00
..
client.go Extract API client struct as standalone client. 2015-12-09 12:04:53 -05:00
container_commit.go Implement docker commit with standalone client lib. 2015-12-09 12:04:53 -05:00
container_create.go Implement docker container create with standalone client lib. 2015-12-09 12:04:53 -05:00
container_inspect.go Implement docker logs with standalone client lib. 2015-12-09 12:04:55 -05:00
container_list.go Implement docker ps with standanlone 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
copy.go Implement docker cp with standalone client lib. 2015-12-09 12:04:53 -05:00
diff.go Implement docker diff with standalone client lib. 2015-12-09 12:04:53 -05:00
errors.go Implement docker login with standalone client lib. 2015-12-09 12:04:55 -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 Implement docker history with the standalone client lib. 2015-12-09 12:04:54 -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 Implement docker images with the standalone client lib. 2015-12-09 12:04:54 -05:00
image_load.go Implement docker load with standalone client lib. 2015-12-09 12:04:55 -05:00
info.go Implement docker info with standalone client lib. 2015-12-09 12:04:54 -05:00
kill.go Implement docker kill with standalone client lib. 2015-12-09 12:04:55 -05:00
login.go Implement docker login with standalone client lib. 2015-12-09 12:04:55 -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 docker network with standalone client lib. 2015-12-09 12:04:55 -05:00