Skip to content
#

oci

Here are 346 public repositories matching this topic...

gvisor
fristonio
fristonio commented Aug 22, 2019

There are a lot of places in libcontainer/cgroups/fs where the usage of writeFile function can be optimised. For example here https://github.com/opencontainers/runc/blob/master/libcontainer/cgroups/fs/blkio.go#L44-L51
the function call to writeFile is made for each entry in the slice BlkioWeightDevice, which in turn opens and closes file for each entry. This can be optimised by joining al

haircommander
haircommander commented Jan 20, 2021

Currently, calling crio config spits out an entire config file. However, it would be prudent for us to move away from the monolithic config file, in favor of smart defaults, and drop-in files.

However, to do this, there needs to be a way for users to quickly create drop-in files, and have them not override the defaults where they don't need to.

The main advantage to this approach is it all

teaguecole
teaguecole commented Nov 11, 2019

make tidy currently runs directly on your host relying on the tools and their respective versions. While there is make tidy-in-docker, it is not documented. Let's either replace make tidy in the documentation with make-tidy-docker or change the functionality of make tidy to be containerized.

Kata Containers version 2.x repository. Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/

  • Updated Feb 4, 2021
  • Go
oras

Improve this page

Add a description, image, and links to the oci topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the oci topic, visit your repo's landing page and select "manage topics."

Learn more