Skip to main content

lium templates

List available Docker templates and images used to create pods.

lium templates [SEARCH]

Arguments​

  • SEARCH — Optional filter string. Templates and images whose name matches are shown; omit it to list everything.

Examples​

lium templates            # List all templates and images
lium templates pytorch # Show entries matching "pytorch"

To create a pod from a template, pass its ID to lium up --template_id.

See also​

  • Templates — concept guide
  • lium up — pick a template at pod creation