-
Updated
Mar 9, 2022 - Go
containerd
Here are 135 public repositories matching this topic...
-
Updated
Mar 9, 2022 - Go
-
Updated
Jun 4, 2021 - Shell
-
Updated
Mar 7, 2022 - Go
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
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
Mar 8, 2022 - Go
-
Updated
Mar 2, 2022 - Go
-
Updated
Mar 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
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
Jan 18, 2022 - Go
-
Updated
Dec 18, 2018 - Go
-
Updated
Mar 1, 2022 - Go
-
Updated
Mar 1, 2022 - HCL
-
Updated
Feb 16, 2022 - Go
-
Updated
Mar 9, 2022 - Go
-
Updated
Oct 12, 2021 - Roff
-
Updated
Mar 9, 2022 - Jinja
-
Updated
Mar 8, 2022 - Python
-
Updated
Mar 8, 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
Mar 3, 2022 - Go
-
Updated
Feb 25, 2022 - Shell
-
Updated
Feb 23, 2022 - Go
-
Updated
Dec 14, 2021 - Jinja
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