1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server/router/container
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
..
backend.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
container.go Add container package for container APIs. 2015-11-24 14:03:07 -05:00
container_routes.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
copy.go Correct the message of ErrorCodeNoSuchContainer to "No such container" 2015-12-04 15:00:08 +08:00
exec.go Move ExecConfig to types. 2015-12-22 13:31:46 -05:00
inspect.go Move versioned references of inspect functions to the daemon. 2015-11-24 14:03:39 -05:00