Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + func IsExecError(err error) bool + type ExecCommand struct + func (c *ExecCommand) CombinedOutput() (string, error) + func (c *ExecCommand) Input(in io.Reader) *ExecCommand + func (c *ExecCommand) Output() (string, string, error) + func (c *ExecCommand) Run() error + type ExecHelper struct + func NewExecHelper(client *docker.Client, container string) *ExecHelper + func (h *ExecHelper) Command(cmd ...string) *ExecCommand v1.5.0-alpha.1 Dec 29, 2016