containerd/cmd/ctr/commands/run
John Howard 59ea134ce1 OCI Modifiers for Windows
Signed-off-by: John Howard <jhoward@microsoft.com>

Needed for the containerd work on Windows and integrating the
oci package from containerd into moby.

No longer sets defaults for
 - .Process.ConsoleSize
 - .Windows.IgnoreFlushesDuringBoot
 - .Windows.Network.AllowUnqualifiedDNSQuery

Adds helper functions and tests for
 - WithWindowsIgnoreFlushesDuringBoot
 - WithWindowNetworksAllowUnqualifiedDNSQuery

Updates `ctr run` on Windows to use the new helper functions,
ConsoleSize is already handled.
2019-02-06 10:44:36 -08:00
..
run_unix.go Adding ctr memory and cpu flags 2018-12-10 13:31:59 -08:00
run_windows.go OCI Modifiers for Windows 2019-02-06 10:44:36 -08:00
run.go Merge pull request #2793 from lifubang/runexecflag 2018-12-04 11:05:51 -05:00