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
If the storage.conf is not available it defaults to /run/user/1000/containers/, so perhaps setting this to /home/linuxbrew/.linuxbrew/var/run/user/1000/containers?
What did you expect to happen?
I want podman to just works with valid configuration out of the box, without figuring out what configuration needs to change.
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
What happened (include all command output)?
The podman install provides an invalid
storage.conf
(homebrew-core/Formula/p/podman.rb
Line 143 in a5dbf6a
If the
storage.conf
is not available it defaults to/run/user/1000/containers/
, so perhaps setting this to/home/linuxbrew/.linuxbrew/var/run/user/1000/containers
?What did you expect to happen?
I want podman to just works with valid configuration out of the box, without figuring out what configuration needs to change.
Step-by-step reproduction instructions (by running
brew
commands)brew install podman podman info # Failed to obtain podman configuration: runroot must be set
The text was updated successfully, but these errors were encountered: