boot2podman / machine

Apache License 2.0
120 stars 16 forks source link

allow specifiying cgroup-manager #22

Closed medyagh closed 4 years ago

medyagh commented 4 years ago

I noticed on mac I cant specify the cgroup-manager like in linux:

podman --cgroup-manager Error: unknown flag: --cgroup-manager podman version:

Client: Version: 1.6.1-dev RemoteAPI Version: 1 Go Version: go1.12.9 OS/Arch: darwin/amd64

Service: Version: 1.7.1-dev RemoteAPI Version: 1 Go Version: go1.12.10 Git Commit: ce4bf33ccc80819f199bdbb6526b9adee1ad41b0-dirty Built: Sat Jan 18 02:01:17 2020 OS/Arch: linux/amd64

related https://github.com/containers/libpod/issues/5101

could we make boot2podman specify this on server side?

https://github.com/containers/libpod/issues/5101

afbjorklund commented 4 years ago

There isn't really a way to configure this, it is set in /etc/containers/libpod.conf for each image.

afbjorklund commented 4 years ago

For now we are using cgroupfs for the Tiny Core image, and systemd for the Fedora image.