Container¶
Methods
Start()Stop(Signal signal, TimeSpan timeout)Delete(DeleteContainerOption options)CreateProcess(ProcessSettings newProcessSettings)Inspect()Id()InitProcess()State()Close()
Behavior notes
Start()automatically setsWSLC_CONTAINER_START_FLAG_ATTACHif an init process exists and its output mode isEventorStream.Stop()converts the timeout to seconds, rejects negative values, and rejects values that exceeduint32_t.InitProcess()throws if the container was not configured with one.
Examples