Skip to content

Files

Latest commit

 

History

History
 
 

bundle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

CRI-O static build bundle

The following runtime dependencies are needed to let CRI-O work in conjunction with this bundle:

To install the bundle, run:

$ sudo make install

After that, it should be possible to start CRI-O by executing:

$ sudo systemctl daemon-reload
$ sudo systemctl enable --now crio

To uninstall the bundle, run:

$ sudo make uninstall