 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
	sync.Mutex
	*runconfig.StreamConfig
	ID            string
	Running       bool
	ExitCode      *int
	ProcessConfig *execdriver.ProcessConfig
	OpenStdin     bool
	OpenStderr    bool
	OpenStdout    bool
	CanRemove     bool
	ContainerID   string
	DetachKeys    []byte
	// contains filtered or unexported fields
}
    Config holds the configurations for execs. The Daemon keeps track of both running and finished execs so that they can be examined both during and after completion.
type Store ¶
Store keeps track of the exec configurations.
 Click to show internal directories. 
   Click to hide internal directories.