This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 4015ed37261f1e8167cded81d52602ee69ce2f48
Author: Doru Bercea <gheorghe-teod.ber...@ibm.com>
AuthorDate: Tue Jan 5 18:48:33 2021 -0500

    Clean-up comment.
---
 pkg/util/docker/docker_base.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/util/docker/docker_base.go b/pkg/util/docker/docker_base.go
index 4967770..d894a94 100644
--- a/pkg/util/docker/docker_base.go
+++ b/pkg/util/docker/docker_base.go
@@ -76,7 +76,7 @@ func RunImageArgs(imagePath string, imageTag string) []string 
{
        args := make([]string, 0)
        args = append(args, "run")
 
-       // TODO: support other networks.
+       // Add network flag.
        args = append(args, "--network="+NetworkName)
 
        // Path to Docker image:

Reply via email to