-
Updated
Feb 12, 2022 - Go
containerd
Here are 128 public repositories matching this topic...
-
Updated
Feb 12, 2022 - Go
-
Updated
Jun 4, 2021 - Shell
Feature Request
Especially since adding contexts can be automated, we should add a context remove CLI option, as well.
talosctl context remove XXXX
Ideally, this should allow glob patterns, too: talosctl context remove talos-default-*.
Description
-
Updated
Feb 10, 2022 - Go
Expected Behaviour
When users list or query functions from the REST API, then the memory limits set on the functions should be returned in the JSON response.
Current Beha
-
Updated
Feb 12, 2022 - Go
-
Updated
Oct 15, 2021 - Go
-
Updated
Feb 2, 2022 - Shell
We should have docs for running stargz with popular Kubernetes services and distros.
GKE guide by @rochaporto: https://ricardorocha.io/blog/gke-custom-containerd/ https://twitter.com/lukasheinrich_/status/1362445073045192705
-
Updated
Jan 18, 2022 - Go
clap now offers a neater derive API, which can help us save hundreds of LOC in nydusd, nydus-image, etc.
use clap::Parser;
/// Simple program to greet a person
#[derive(Parser, Debug)]
#[clap(author, version, about, long_about = None)]
struct Args {
/// Name of the person to greet
#[clap(short, long)]
name: String,
/// Number
-
Updated
Dec 18, 2018 - Go
-
Updated
Jan 22, 2022 - Go
-
Updated
Feb 6, 2022 - HCL
-
Updated
Feb 9, 2022 - Go
-
Updated
Feb 8, 2022 - Jinja
-
Updated
Oct 12, 2021 - Roff
-
Updated
Jan 16, 2022 - Python
-
Updated
Jan 21, 2022 - Go
Currently, ctriface/ doesn't pick up environment variables from the knative manifests. Firecracker-containerd supports it at a the container creation time as a runtime argument to the corresponding API call.
Example:
container, err := o.client.NewContainer(
ctx,
vmID,
containerd.WithSnapshotter(o.snapshotter),
containerd.WithNewSnapshot(vmID, *vm.Image),
containerd.With
-
Updated
Dec 31, 2021 - Go
-
Updated
Jan 6, 2022 - Go
-
Updated
Feb 12, 2022 - Go
-
Updated
Feb 9, 2022
-
Updated
Dec 14, 2021 - Jinja
-
Updated
Dec 27, 2021
Improve this page
Add a description, image, and links to the containerd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the containerd topic, visit your repo's landing page and select "manage topics."


Some flags are designed to be
nonPersistentAlias(i.e--n,--H) to avoid conflict with submodules. We