Run Test Suit Collection with KRE

I can run test suit KRE inside docker container. But i cant with test suit collection.
How can i do that?
I run test suits with that command:
katalonc -noSplash -runMode=console -consoleLog -noExit -projectPath="/tmp/source/test.prj" -retry=0 -testSuitePath="Test Suites/suit case collection" -browserType="Chrome (headless)" -apiKey="********"

i found it. Katalon studio desktop app has “build cmd” command. That created command for me.