Skip to content

Commit

Permalink
minor cli doc edits
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardScottOZ authored Nov 22, 2024
1 parent c98bbb7 commit e3a0a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,15 @@ Runtime management
------------------

For complete instructions on how to build runtimes for Lithops, please
refer to ``runtime/`` folder and choose your compute backend.
refer to the ``runtime/`` folder and choose your compute backend.

``lithops runtime build <runtime-name>``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Build a new runtime image. Depending of the compute backend, there must
be a Dockerfile located in the same folder you run the command,
otherwise use ``-f`` parameter. Note that this command only builds the
image and puts it to a container registry. This command do not deploy
image and puts it into a container registry. This command do not deploy
the runtime to the compute backend.

+-----------------+-----------------------------------+
Expand Down

0 comments on commit e3a0a52

Please sign in to comment.