You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2018. It is now read-only.
The clear-linux-check-config.sh script [1] allows a user to run it with the container argument to determine if their host system is capable of running a Clear Container.
However, that script needs to be manually downloaded.
We should either add a script to the repo (and to EXTRA_DIST) that just includes the CC tests, or add a new check command to the runtime itself that provides the same level of checking.
Additional to the checks already done by [1], we should add:
Check for KSM (/sys/kernel/mm/ksm/run == 1) (recommended).
Check for vhost and vhost_net kernel modules (required).
The
clear-linux-check-config.sh
script [1] allows a user to run it with thecontainer
argument to determine if their host system is capable of running a Clear Container.However, that script needs to be manually downloaded.
We should either add a script to the repo (and to
EXTRA_DIST
) that just includes the CC tests, or add a newcheck
command to the runtime itself that provides the same level of checking.Additional to the checks already done by [1], we should add:
/sys/kernel/mm/ksm/run
==1
) (recommended).vhost
andvhost_net
kernel modules (required).[1] - https://download.clearlinux.org/current/clear-linux-check-config.sh
The text was updated successfully, but these errors were encountered: