We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if ubuntu cgroup problem then follow this command: need to cg 2 to cg1 convert.
sudo nano /etc/default/grub GRUB_CMDLINE_LINUX="systemd.unified_cgroup_hierarchy=false systemd.legacy_systemd_cgroup_controller=false" sudo update-grub sudo reboot docker run --privileged -v /sys/fs/cgroup:/sys/fs/cgroup -p 80:80 -d image
The text was updated successfully, but these errors were encountered:
sudo apt update sudo apt install grub2-common
Sorry, something went wrong.
No branches or pull requests
if ubuntu cgroup problem then follow this command:
need to cg 2 to cg1 convert.
sudo nano /etc/default/grub GRUB_CMDLINE_LINUX="systemd.unified_cgroup_hierarchy=false systemd.legacy_systemd_cgroup_controller=false" sudo update-grub sudo reboot docker run --privileged -v /sys/fs/cgroup:/sys/fs/cgroup -p 80:80 -d image
The text was updated successfully, but these errors were encountered: