sparse-intern-71089
01/28/2022, 4:23 AMquiet-wolf-18467
entrypoint
and command
, where the command is the arguments to the entrypoint; unless the entrypoint is omitted and then the command is the commandquiet-wolf-18467
quiet-wolf-18467
new docker.Container("name", {
entrypoint: "my-command",
command: ["--config", "/home/kratos.yaml" ]
});
most-lighter-95902
01/28/2022, 10:03 PMmost-lighter-95902
01/28/2022, 10:03 PM