mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
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:
parent
6ab38e55e7
commit
68bd81470a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue