mirror of
https://github.com/containers/podman.git
synced 2025-07-02 08:47:43 +08: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:
@ -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
|
||||
|
Reference in New Issue
Block a user