1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/runconfig
David Calavera 3f5b8f712d Extract StreamConfig struct out of the daemon package.
This is a small configuration struct used in two scenarios:

1. To attach I/O pipes to a running containers.
2. To attach to execution processes inside running containers.

Although they are similar, keeping the struct in the same package
than exec and container can generate cycled dependencies if we
move any of them outside the daemon, like we want to do
with the container.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-11-20 15:04:27 -05:00
..
fixtures Windows: Add volume support 2015-10-22 10:42:53 -07:00
compare.go Remove PortSpecs from Config 2015-05-29 22:38:09 +02:00
compare_test.go abstract the string slice struct to stringutils package 2015-08-29 01:08:40 +08:00
config.go This fixes the case where arguments are escaped twice from Dockerfiles on 2015-11-13 10:43:06 -08:00
config_test.go Windows: Adds support for Hyper-V Containers 2015-10-29 16:18:52 -07:00
config_unix.go Move VolumeDriver to HostConfig to make containers portable. 2015-09-04 12:42:44 -04:00
config_windows.go Move netmode validation to server 2015-08-14 12:17:41 -07:00
exec.go Revert "Revert "Add docker exec run a command in privileged mode"" 2015-08-13 16:36:44 +10:00
exec_test.go Add minor vet fixes 2015-07-12 19:16:38 +02:00
hostconfig.go Add support for blkio.weight_device 2015-11-11 23:06:36 +08:00
hostconfig_test.go Remove LXC support. 2015-11-05 17:09:57 -05:00
hostconfig_unix.go Move validation functions 2015-11-06 15:28:50 -08:00
hostconfig_windows.go Windows: Add default isolation exec driver option 2015-11-10 11:39:05 -08:00
merge.go Revert "Container don't inherit from image labels" 2015-08-11 17:01:57 -07:00
merge_test.go Remove panic in nat package on invalid hostport 2015-07-17 13:02:54 -07:00
parse.go Merge pull request #18027 from tpounds/fix-err-message-typo 2015-11-17 11:34:40 -08:00
parse_test.go Remove LXC support. 2015-11-05 17:09:57 -05:00
streams.go Extract StreamConfig struct out of the daemon package. 2015-11-20 15:04:27 -05:00