mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
finish comment
This commit is contained in:
parent
94494348d0
commit
efd7f4be54
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ func (c *DockerCommand) NewCommandObject(obj CommandObject) CommandObject {
|
|||
}
|
||||
|
||||
// NewDockerCommand creates a DockerCommand struct that wraps the docker client.
|
||||
// Able to run docker commands. And handles
|
||||
// Able to run docker commands. And handles SSH docker hosts
|
||||
func NewDockerCommand(log *logrus.Entry, osCommand *OSCommand, tr *i18n.TranslationSet, config *config.AppConfig, errorChan chan error) (*DockerCommand, error) {
|
||||
dockerHost, err := determineDockerHost()
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue