Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.16 KB

File metadata and controls

40 lines (29 loc) · 1.16 KB

runpodctl template create

create a new template

Synopsis

create a new template

runpodctl template create [flags]

Options

      --container-disk-in-gb int   container disk size in gb (default 20)
      --docker-entrypoint string   comma-separated docker entrypoint commands
      --docker-start-cmd string    comma-separated docker start commands
      --env string                 environment variables as json object
  -h, --help                       help for create
      --image string               docker image name (required)
      --name string                template name (required)
      --ports string               comma-separated list of ports
      --readme string              readme content
      --serverless                 is this a serverless template
      --volume-in-gb int           volume size in gb
      --volume-mount-path string   volume mount path (default "/workspace")

Options inherited from parent commands

  -o, --output string   output format (json, yaml) (default "json")

SEE ALSO

Auto generated by spf13/cobra on 23-Mar-2026