Skip to content

Commit

Permalink
[Docs] State explicitly that Linux PAL is gramine-direct
Browse files Browse the repository at this point in the history
Signed-off-by: jkr0103 <jitender.kumar@intel.com>
  • Loading branch information
jkr0103 authored and dimakuv committed Dec 6, 2023
1 parent d2f838e commit c498783
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -388,13 +388,14 @@ executable arguments may be supplied to the :command:`docker run` command.
:command:`gsc build`.


Execute with Linux PAL instead of Linux-SGX PAL
-----------------------------------------------

You may select the Linux PAL at Docker run time instead of the Linux-SGX PAL by
specifying the environment variable :envvar:`GSC_PAL` as an option to the
:command:`docker run` command. When using the Linux PAL, it is not necessary to
sign the image via a :command:`gsc sign-image` command.
Execute with Linux PAL (:program:`gramine-direct`)
--------------------------------------------------

You may select the Linux PAL (:program:`gramine-direct`) at Docker run time
instead of the Linux-SGX PAL (:program:`gramine-sgx`) by specifying the
environment variable :envvar:`GSC_PAL` as an option to the
:command:`docker run` command. When using the Linux PAL, it is not necessary
to sign the image via a :command:`gsc sign-image` command.

.. envvar:: GSC_PAL

Expand Down

0 comments on commit c498783

Please sign in to comment.