From 797861c512763bebb2409e900f18d9ed7facf1db1140c199b7d3ae845c16b25b Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Fri, 3 Mar 2023 15:16:26 +0000 Subject: [PATCH] Accepting request 1069190 from home:aplanas:branches:devel:microos:containers - Correct documentation OBS-URL: https://build.opensuse.org/request/show/1069190 OBS-URL: https://build.opensuse.org/package/show/devel:microos:containers/keylime-control-plane-image?expand=0&rev=4 --- README | 14 +++++++------- keylime-control-plane-image.changes | 5 +++++ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README b/README index 5cc0acf..96409a7 100644 --- a/README +++ b/README @@ -50,8 +50,8 @@ The first time that this container gets executed, the services will create a certificate that will be required later by the different agents. We can extract the certificate with this command: - podman cp \ - keylime-control-plane-container:/var/lib/keylime/cv_ca/cacert.crt . + podman cp \ + keylime-control-plane-container:/var/lib/keylime/cv_ca/cacert.crt . Another possibility is to mount the "keylime-control-plane-volume" and copy it from there. @@ -60,11 +60,11 @@ The tenant CLI tool is present in the container, and if the host firewall is properly configured, it can be executed using the same image. - podman run --rm \ - -v keylime:/var/lib/keylime \ - registry.opensuse.org/devel/microos/containers/containerfile/opensuse/keylime-control-plane:latest \ - keylime_tenant -v 10.88.0.1 -r 10.88.0.1 --cert default -c reglist + podman run --rm \ + -v keylime-control-plane-container:/var/lib/keylime \ + keylime-control-plane:latest \ + keylime_tenant -v 10.88.0.1 -r 10.88.0.1 --cert default -c reglist We can stop the services via the kill command. - podman kill keylime-control-plane-container + podman kill keylime-control-plane-container diff --git a/keylime-control-plane-image.changes b/keylime-control-plane-image.changes index 55453de..fe16a6f 100644 --- a/keylime-control-plane-image.changes +++ b/keylime-control-plane-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 3 15:15:11 UTC 2023 - Alberto Planas Dominguez + +- Correct documentation + ------------------------------------------------------------------- Thu Oct 20 11:03:57 UTC 2022 - Alberto Planas Dominguez