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:
Olaf Hering 2022-03-17 13:43:43 +00:00 committed by Git OBS Bridge
parent 26013260dc
commit abc53ba3c5

View File

@ -110,9 +110,7 @@ _EOF_
chmod -v 555 *.sh
docker build -t hello-enclave:1.0 ./
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
sleep 1
nitro-cli console --enclave-id $(nitro-cli describe-enclaves | jq -r ".[0].EnclaveID")
nitro-cli run-enclave --eif-path hello.eif --cpu-count 2 --memory 512 --debug-mode --attach-console
_EOR_
%install
mkdir .cargo