calm-family-29323
04/20/2023, 8:14 AMargs
and command
being different parameters? Couldn't it all be a command with args passed as well?purple-oyster-28927
04/20/2023, 8:35 AMtail
as the command I can pass <filename>
or -f
etc as args, however I don't want to override tail
with cat
.
It is actually quite significant in distroless images where passing a custom command would not succeed if the image was built with only a single binary and its runtime deps.calm-family-29323
04/20/2023, 8:36 AMpurple-oyster-28927
04/20/2023, 8:41 AMcalm-family-29323
04/20/2023, 8:58 AMspec.command
field as the original container entry point is relevant and we're running a command in the container.
@swift-garage-61180 does that make sense?swift-garage-61180
04/20/2023, 9:58 AM