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 7ac4232e70 Move Config and HostConfig from runconfig to types/container.
- Make the API client library completely standalone.
- Move windows partition isolation detection to the client, so the
  driver doesn't use external types.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-12-22 13:34:30 -05:00
..
client.go
client_test.go
container_attach.go
container_commit.go
container_create.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
container_inspect.go
container_list.go
container_remove.go
container_rename.go
container_restart.go
container_start.go
container_stats.go
container_stop.go
container_top.go
container_unpause.go
copy.go
diff.go
errors.go
events.go
exec.go
export.go
hijack.go
history.go
image_build.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
image_build_test.go
image_create.go
image_import.go
image_inspect.go
image_list.go
image_load.go
image_pull.go
image_push.go
image_remove.go
image_save.go
image_search.go
image_tag.go
info.go
kill.go
login.go
logs.go
network.go
pause.go
privileged.go
request.go
resize.go
version.go
volume.go
wait.go