From 68bd81470ac4c9430516554777adf27ff1b708ba Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Sun, 13 Aug 2023 11:50:26 +0100 Subject: [PATCH] Add missing verb in machinectl example Without the verb 'shell', the invocation fails with: Unknown command verb testuser@ Signed-off-by: Will Thompson --- docs/tutorials/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/performance.md b/docs/tutorials/performance.md index 55d0c0e07c..a2ce912f3c 100644 --- a/docs/tutorials/performance.md +++ b/docs/tutorials/performance.md @@ -22,7 +22,7 @@ Interactively ``` sudo useradd testuser -sudo machinectl testuser@ +sudo machinectl shell testuser@ podman pull docker.io/library/alpine /usr/bin/time -v podman --storage-driver=vfs run --rm docker.io/library/alpine /bin/true exit