cgroupfs-mount icon indicating copy to clipboard operation
cgroupfs-mount copied to clipboard

Simple (outdated) scripts to mount the cgroupfs (v1) hierarchy, especially structured for Debian packaging

Results 6 cgroupfs-mount issues
Sort by recently updated
recently updated
newest added

Script for cgroupfs-mount on redhat-family release 6 non-systemd linuxes. Tested on Oracle Linux 6.9.

`cgroupfs-mount` mounts `/sys/fs/cgroup` but `cgroupfs-umount` does not unmount it. Is there any reason for that? I've extended my script with an umount command. ```diff diff --git a/cgroupfs-umount b/cgroupfs-umount index 994b66e..13458f4...

Enables non-systemd distros to host containers/docker images using systemd

There seems to be some really important additions like memory hierarchy that are unreleased. Can a new version be released, so it can be used by softwares like buildroot which...

I am working on Android and tried to run this script to start docker daemon. but running script returns segmentation fault. it is not bounded to only one part of...

Hi, the Debian packaging is maintained here inside the upstream Git repository. While I understood the code is designed for Debian it has turned out the the packaging is drifting...