Difference between revisions of "CRI-O"
Jump to navigation
Jump to search
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
* https://github.com/cri-o/cri-o | * https://github.com/cri-o/cri-o | ||
+ | [[crio.conf]] | ||
+ | $ sudo [[curl -v --unix-socket]] [[/var/run/crio/crio.sock]] http://localhost/info | jq | ||
+ | { | ||
+ | "storage_driver": "btrfs", | ||
+ | "storage_root": "/var/lib/containers/storage", | ||
+ | "cgroup_driver": "systemd", | ||
+ | "default_id_mappings": { ... } | ||
+ | } | ||
+ | |||
+ | [[minikube start]] | ||
+ | Exiting due to [[MK_USAGE]]: [[--container-runtime]] must be set to "[[containerd]]" or "[[cri-o]]" for [[rootless]] | ||
== See also == | == See also == | ||
* {{CRI}} | * {{CRI}} | ||
* {{OCI}} | * {{OCI}} | ||
− | * {{ | + | * {{Container runtime}} |
[[Category:Containers]] | [[Category:Containers]] |
Latest revision as of 09:13, 23 November 2023
wikipedia:CRI-O is a OCI-based implementation of Kubernetes Container Runtime Interface (CRI).
crio.conf
$ sudo curl -v --unix-socket /var/run/crio/crio.sock http://localhost/info | jq { "storage_driver": "btrfs", "storage_root": "/var/lib/containers/storage", "cgroup_driver": "systemd", "default_id_mappings": { ... } }
minikube start Exiting due to MK_USAGE: --container-runtime must be set to "containerd" or "cri-o" for rootless
See also[edit]
Advertising: