[cfarm-users] Install podman on gcc120.fsffrance.org
Florian Weimer
fweimer at redhat.com
Thu Jul 25 17:35:23 CEST 2024
* Segher Boessenkool:
> On Thu, Jul 25, 2024 at 04:04:26PM +0200, Florian Weimer via cfarm-users wrote:
>> Would be possible to install podman on gcc120.fsffrance.org
>
> Wow, that brings in all kinds of container and selinux stuff. But,
> installed :-)
>
>> I expect it to be useful out of the box in rootless mode, and no new
>> daemon with root privileges or special group memberships will be
>> required.
>
> "Rootless mode"? For users, you mean?
Yes, it doesn't require root privileges. It truns out I was wrong and
it does not work out of the box, but we can add a file, as ordinary
users, to make it work:
$ cat .config/containers/storage.conf
[storage]
driver = "overlay"
[storage.options.overlay]
ignore_chown_errors = "true"
The permissions in the containers won't be correct, but it should be
sufficient to run various distributions and their compilers/linkers.
Thanks,
Florian
More information about the cfarm-users
mailing list