How can i create a render.yaml for a docker image with extra args at the end

docker run -i --name tm
wimotek/tm start accept --token 123456 --device-name kr

how can transfer above docker command to render.yaml

Hi,

I’m not clear what the tm image is doing, but maybe you could set the dockerCommand in the render.yaml to run the command you need against the image. docs

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.