finish comment

This commit is contained in:
Clément PÉAU 2025-05-03 20:42:45 +02:00
parent 94494348d0
commit efd7f4be54

View file

@ -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 {