diff --git a/src/confd/src/infix-containers.c b/src/confd/src/infix-containers.c index 415dff3c9..6f9c477c5 100644 --- a/src/confd/src/infix-containers.c +++ b/src/confd/src/infix-containers.c @@ -166,9 +166,6 @@ static int add(const char *name, struct lyd_node *cif) if (lydx_is_enabled(cif, "manual")) fprintf(fp, " --manual"); - if ((string = lydx_get_cattr(cif, "command"))) - fprintf(fp, " --entrypoint"); - fprintf(fp, " create %s %s", name, image); if ((string = lydx_get_cattr(cif, "command")))