Comment on Podman: Issues with multiple users running containers simultaneously

<- View Parent
forbiddenlake@lemmy.world ⁨4⁩ ⁨hours⁩ ago

Note that sudo echo does not work as non root because the shell redirection is attempted before the command runs. You want echo foo | sudo tee -a /bar instead

original
Sort:hotnewtop