The command to run for this image. Be aware setting this might have impacts on the Launch mechanism,
for sample SSH Launcher do configure sshd with injected keys authentication, overriding this command might
prevent the agent to start.
Whatever it does, this command must keep the container running, so Jenkins can establish a remote connection at
any time. If not set, Jenkins will configure a general purpose command to just wait for stdin.
If you need your image to start some additional services, you should consider using an Entrypoint, and
follow best practices
so that the command is eventually executed by your entrypoint script.