Hello, I think you're speaking of the "CMD" entry from the Dockerfile.
You can specify a shell commandline, not just a single executable. This is nice and very useful because you sometimes don't want to embed a shell script to launch a simple pipeline. -- Vincent Legoll