mention new --attach-console
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-nitro-enclaves-cli?expand=0&rev=27
This commit is contained in:
parent
26013260dc
commit
abc53ba3c5
@ -110,9 +110,7 @@ _EOF_
|
|||||||
chmod -v 555 *.sh
|
chmod -v 555 *.sh
|
||||||
docker build -t hello-enclave:1.0 ./
|
docker build -t hello-enclave:1.0 ./
|
||||||
nitro-cli build-enclave --docker-uri hello-enclave:1.0 --output-file hello.eif
|
nitro-cli build-enclave --docker-uri hello-enclave:1.0 --output-file hello.eif
|
||||||
nitro-cli run-enclave --eif-path hello.eif --cpu-count 2 --memory 512 --debug-mode
|
nitro-cli run-enclave --eif-path hello.eif --cpu-count 2 --memory 512 --debug-mode --attach-console
|
||||||
sleep 1
|
|
||||||
nitro-cli console --enclave-id $(nitro-cli describe-enclaves | jq -r ".[0].EnclaveID")
|
|
||||||
_EOR_
|
_EOR_
|
||||||
%install
|
%install
|
||||||
mkdir .cargo
|
mkdir .cargo
|
||||||
|
Loading…
Reference in New Issue
Block a user