How to add start command via python
I was not able to find a parameter related to it, please assist.
Solution:Jump to solution
```python
Create a new pod configuration
config = runpod.PodConfiguration(
name="my-app-container",
imageName="nginx:latest",...
1 Reply
Solution