-
Planning to release v2.0 or v1.8 after merging:
- https://github.com/containerd/nerdctl/pull/2723
I'm leaning toward to bump up the major version (ahead of containerd v2), as this PR significant…
-
### What is the problem you're trying to solve
I wish to import the nerdctl subcommand package to add some new features.
### Describe the solution you'd like
Move *.go files for subcommand out of t…
-
On my machine/configuration SSH seems to not be able to bind to port 60022 and therefore things fail to start. I've checked whether I already have anything else listening on that port on the localhos…
-
Currently these results in some warnings.
https://github.com/CycloneDX/cdxgen/actions/runs/11243996010/job/31261144612#step:9:112
```
Unable to extract the component information from /tmp/docker-ima…
-
I'm experimenting with the new gvisor support.
```nix
virtualisation.containerd.rootless = {
enable = true;
nixSnapshotterIntegration = true;
gVisorIntegration = true;
…
-
### Actual Behavior
The Kubernetes instance does not start
### Steps to Reproduce
Just start Rancher Desktop.
I tried to factory reset and changing container runtimes. Neither helped.
I recen…
nagyv updated
5 months ago
-
**Description**
`ctr images` pull (including unpacking time) is slower than `docker pull`, e.g. 50s vs 33s for pulling and unpacking `docker.io/library/python:3` image.
**Steps to reproduce …
-
```
Usage:
/imagebuild_apps appName appVersion
Available Args:
appName: current app dir
appVersion: current app version
Example:
/imagebuild_apps helm v3.8.2
```
-
## Description
```
[+] Building 103.2s (11/11) FINISHED …
-
hi
what's the correct way to add a custom registry.yaml file to RD k3s?
in k3d i do something like this: `--volume "$cfgDir/registries.yaml:/etc/rancher/k3s/registries.yaml"`
thanks in advance