You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reinstall: Fix the --user option in podman command
The --user option in podman command was not correctly split into two
arguments. This caused the command to fail with the following error:
```
Error: unknown flag: --user root:root
```
Signed-off-by: Omer Tuchfeld <[email protected]>
0 commit comments