[*] CPU bandwidth provisioning for FAIR_GROUP_SCHED
[*] PIDs controller
[*] Simple CPU accounting controller
[*] Perf controller
[*] Cpuset controller
[*] Device controller
[*] Freezer controller
[*] HugeTLB controller
*-- E**nable the block layer --->
[*] Block layer bio throttling support
Memory Management options
[*] Support for paging of anonymous memory (swap) --->
[*] Networking support --->
Networking options --->
[*] QoS and/or fair queueing
Control Group Classifier
[*] Network priority cgroup
Device Drivers --->
-*- Network device support --->
--- Network device support
[*] Network core driver support
Dummy net driver support
IP-VLAN support
Save Configuration & Build New Kernal
# make kernel and modules
make && make modules_install
# mount /boot only if 'noauto' option is set in the file '/etc/fstab'
mount /boot
# copy new kernel file to /boot, 'cp' command is another way
make install
# regenerate grub2 boot menu
grub-mkconfig -o /boot/grub/grub.cfg
Install Packages
# search the package name with keyword 'docker'
emerge -s docker
# install the packages with full dependence
emerge -avt app-containers/docker
Comments
Loading comments...
Leave a comment