Versions in this module Expand all Collapse all v1 v1.13.1 Feb 8, 2017 Changes in this version + type Config struct + Args []string + CanRemove bool + ContainerID string + DetachKeys []byte + Entrypoint string + Env []string + ExitCode *int + ID string + OpenStderr bool + OpenStdin bool + OpenStdout bool + Pid int + Privileged bool + Running bool + StreamConfig *stream.Config + Tty bool + User string + func NewConfig() *Config + func (c *Config) CloseStreams() error + func (c *Config) InitializeStdio(iop libcontainerd.IOPipe) error + type Store struct + func NewStore() *Store + func (e *Store) Add(id string, Config *Config) + func (e *Store) Commands() map[string]*Config + func (e *Store) Delete(id string) + func (e *Store) Get(id string) *Config + func (e *Store) List() []string