Adding exec remote API documentation along with minor code cleanup.
Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh) Upstream-commit: 021ecb1d1355e8291a5a872c761a1e367072e308 Component: engine
This commit is contained in:
@ -78,7 +78,7 @@ func (d *Daemon) getExecConfig(name string) (*execConfig, error) {
|
||||
return execConfig, nil
|
||||
}
|
||||
|
||||
return nil, fmt.Errorf("No exec '%s' in found in daemon", name)
|
||||
return nil, fmt.Errorf("No such exec instance '%s' found in daemon", name)
|
||||
}
|
||||
|
||||
func (d *Daemon) unregisterExecCommand(execConfig *execConfig) {
|
||||
|
||||
Reference in New Issue
Block a user