containers: Remove empty entrypoint

This made it impossible to use the "command" in container
configuration.

This fix issue #476
This commit is contained in:
Mattias Walström
2024-06-19 15:35:51 +02:00
parent dadf81baf7
commit f0f8b7e06a
-3
View File
@@ -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")))