Skip to main content

lium update

Update a running pod in place. Currently handles installing Jupyter on a chosen internal port.

lium update TARGET [OPTIONS]

Arguments​

  • TARGET — Pod name or index.

Options​

FlagEffect
--jupyter PORTInstall Jupyter Notebook on the specified internal port

Examples​

lium update my-pod --jupyter 8888
lium update 1 --jupyter 8000

See also​

  • lium up — --jupyter flag installs Jupyter at create time instead
  • lium port-forward — expose the internal Jupyter port locally