Fatdog64 runs as root - but podman will not! #20011
Replies: 5 comments 1 reply
-
podman machine is only designed to run as rootless. It is not clear what you are trying to do but on linux you can use podman natively and do not need to create a machine VM. The standard podman will run as root. |
Beta Was this translation helpful? Give feedback.
-
@Luap99 - understood. Yes standard podman would be great! Didn't realise it cannot run as root. Podman isn't in the Fatdog repo so I pulled various versions until I found one that executed. I'm not looking for anything fancy ... just want "podman machine init" to run! So - having created a podman user ...
I must have missed a configuration step? |
Beta Was this translation helpful? Give feedback.
-
As said before you can run podman as root just fine, what you cannot do is run Setting up a proper rootless environment is more involved. I have no idea what your environment looks like but maybe it is easier to start on something that is known to work. |
Beta Was this translation helpful? Give feedback.
-
Ooh! Basic functionality a-go-go! Need to clear off some space but it seems podman ... is alive!!! |
Beta Was this translation helpful? Give feedback.
-
Issue: "unable to start host networking: "stat /usr/libexec/podman/gvproxy: no such file or directory"" Issue: "Error: open /etc/timezone: no such file or directory"
ooh so close! Issue: Error: dial unix /home/podman/tmp/podman/qmp_hello-world.sock: connect: no such file or directory
I should deffo look thru the manuals ... plainly I have misapprehended the use of "podman machine" ... as @Luap99 tried to tell me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
Hi - very new to podman this will be a problem on my end.
Obtained a podman binary...
https://github.com/mgoltzsche/podman-static/releases/latest/download/podman-linux-amd64.tar.gz
rt-click installed it.
Fix ^^ that perms problem, another and another pop up. To the point that I am fairly sure I've got something badly wrong.
eg...
Ideas welcome!
FD64 runs as root - would like podman to do the same!
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
podman refuses to run as root
create a podman user ... that user cannot access /root/.config/...
Describe the results you expected
Expected podman to run as root from a root terminal.
podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
Yes
Additional environment details
No response
Additional information
Newb problems... I am new to containerisation... certain this is a config or installation problem my end.
Beta Was this translation helpful? Give feedback.
All reactions