 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
	OpenStdin   bool
	OpenStderr  bool
	OpenStdout  bool
	CanRemove   bool
	ContainerID string
	DetachKeys  []byte
	Entrypoint  string
	Args        []string
	Tty         bool
	Privileged  bool
	User        string
}
    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.