From abc53ba3c5c1f3446f8d1276077598efab0c01c04509795c5b736c48a20d5af2 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Thu, 17 Mar 2022 13:43:43 +0000 Subject: [PATCH] mention new --attach-console OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-nitro-enclaves-cli?expand=0&rev=27 --- aws-nitro-enclaves-cli.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aws-nitro-enclaves-cli.spec b/aws-nitro-enclaves-cli.spec index c68f01b..80170a7 100644 --- a/aws-nitro-enclaves-cli.spec +++ b/aws-nitro-enclaves-cli.spec @@ -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