Add missing verb in machinectl example

Without the verb 'shell', the invocation fails with:

    Unknown command verb testuser@

Signed-off-by: Will Thompson <will@willthompson.co.uk>
This commit is contained in:
Will Thompson
2023-08-13 11:50:26 +01:00
parent 6ab38e55e7
commit 68bd81470a

View File

@ -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