mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-07 07:53:18 +02:00
containers: Remove empty entrypoint
This made it impossible to use the "command" in container configuration. This fix issue #476
This commit is contained in:
@@ -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")))
|
||||
|
||||
Reference in New Issue
Block a user