Skip to content
#

oci

Here are 293 public repositories matching this topic...

gvisor
ianlewis
ianlewis commented Apr 27, 2020

Some documentation could be improved by adding some options to runsc spec to allow users to specify the command and some other common OCI options. This could also improve the getting started experience for folks who are kicking the tires with runsc.

I'm thinking of the following options:

  • Option to specify the command
  • Option to specify working directory
  • Option to specify network names
estesp
estesp commented Jun 24, 2019

Discussed at Hangzhou Alibaba Group containerd meetup:
Suggestions on topics where core containerd maintainers may have general ideas/workflow, but as the project grows we should be more specific on:

  • clearer process and documentation for maintainers/contributors for backport to release/1.x
  • how to decide about Golang upgrades on stable release branches? Issue: Golang lifecycle/support
frank-zsy
frank-zsy commented Jul 12, 2018

Ⅰ. Issue Description

A standard git & GitHub workflow guide would be important to help new users understand how to collaborate.

Ⅱ. Describe what happened

Ⅲ. Describe what you expected to happen

Ⅳ. How to reproduce it (as minimally and precisely as possible)

Ⅴ. Anything else we need to know?

Ⅵ. Environment:

  • pouch version (use `pouch v
sboeuf
sboeuf commented Aug 22, 2019

The CRI-O daemon can be restarted while containers are running, this should have no impact on the container lifecycle. This assumption is true when CRI-O relies on systemd to manage the cgroups. But when CRI-O is configured to be used with cgroupfs, when the daemon terminates, all other processes are terminated too (which means the containers are stopped). This is due to some technical details on

glennpratt
glennpratt commented Feb 15, 2019

The spec markdown files include verbose documentation and the Go code has terse comments for most fields, but the JSON Schema includes only a few descriptions.

I'd love to improve what's in JSON Schema, but I'd also hate to write it by hand differently than the other sources.

A few ideas in no particular order:

  • Make JSON Schema canonical with descriptions and generate commented Go sourc
hendrikhalkow
hendrikhalkow commented Apr 28, 2019

I think the image index needs a bit more clarification on how an image is intended to be processed by a runtime spec when there are multiple manifests within one image. While it is clear what is meant when there is exactly one manifest within an image or two manifests for different platform or architectures within an image, it is unclear when there are manifests for the same platform and architect

sipsma
sipsma commented Dec 11, 2019

Right now when a container exits you get some confusing error logs like this:

time="2019-12-11T20:03:38.436612731Z" level=error msg="error copying io" ExecID= TaskID=container-80-3 error="read unix @->firecracker.vsock: use of closed network connection" runtime=aws.firecracker stream=stdout vmID=80

or this:

time="2019-12-11T20:03:38.443037999Z" level=debug msg="[   81.326403] a
Ace-Tang
Ace-Tang commented Sep 29, 2017

Hi,
I have test runv for few weeks, make it a runtime work with docker, and it works well. but I still got problem when testing it, and I wanna to look for help from docs, unfortunately, I just find one doc in runv project. I think docs can add some docs like architecture about runv, guide about how to use .
maybe I not found them in network, but if you maintainer can put docs together in th

cmaujean
cmaujean commented Mar 20, 2017

While exploring in the repl, I'd like to be able to type 'help' and get a list of box commands. i'd like to be able to type help <command> and get a description and usage on that command. much like the web docs, but in the repl. This should, I think, respect the --omit commandline arg and not show help for unavailable commands.

I will be submitting a patch for this, unless the idea gets tota

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

You can’t perform that action at this time.