Max
Max
RRunPod
Created by Max on 2/15/2025 in #⛅|pods
Container restart policy
Is it possible to run a container only once? After the job is done, the container restarts again, and I have to catch it to terminate, which is not the desired behavior. I need some kind of docker restart policy 'no'
3 replies
RRunPod
Created by Max on 2/6/2025 in #⛅|pods
runpodctl communityCloud + spot
How to create spot on community? start a pod from runpod.io Usage: runpodctl create pod [flags] Flags: --args string container arguments --communityCloud create in community cloud --containerDiskSize int container disk size in GB (default 20) --cost float32 $/hr price ceiling, if not defined, pod will be created with lowest price available --env strings container arguments --gpuCount int number of GPUs for the pod (default 1) --gpuType string gpu type id, e.g. 'NVIDIA GeForce RTX 3090' -h, --help help for pod --imageName string container image name --mem int minimum system memory needed (default 20) --name string any pod name for easy reference --networkVolumeId string network volume id --ports strings ports to expose; max only 1 http and 1 tcp allowed; e.g. '8888/http' --secureCloud create in secure cloud --templateId string templateId to use with the pod --vcpu int minimum vCPUs needed (default 1) --volumePath string container volume path (default "/runpod") --volumeSize int persistent volume disk size in GB (default 1)
4 replies