-
```
Usage:
/kube [sealosVersion] # all images for containerd, cri-o, docker and k3s(v1.24+)
Example:
/kube 4.4.1 # Image tags such as v1.28.0
/kube 4.4.0-alpha1 # Ima…
-
### Description
After some time testing:
```
nerdctl run -d --name bar -p 5003:80 nginx
6c1fa26eba42ff417d193acd3b7097ba33a3764a8a52efad49c4a1a99c8c4435
curl localhost:5003
curl: (56) Recv failure:…
-
While currently you can't execute a container with user namespaces enabled via the `ctr` client, you can use the containerd Go API to attempt that against a containerd 1.0 daemon.
If you build such…
-
**What happened**:
An image whose WORKDIR is set to a directory with permissions only for one user, run in a Pod with securityContext.runAsUser set to a _different_ UID. Kind runs the pod just fine, …
-
## 🐞 Bug report
### Describe the bug
We do the following scan by Trivy:
```
apiVersion: "execution.securecodebox.io/v1"
kind: Scan
metadata:
name: "trivy-k8s-1"
annotations:
def…
-
### Testcontainers version
0.34.0
### Using the latest Testcontainers version?
Yes
### Host OS
macOS
### Host arch
ARM
### Go version
1.23.2
### Docker version
Client:
Version: 2…
-
### Description
Attempting to register two plugins that `Requires` each other's types results in infinite recursion in `plugin.children`, crashing containerd during startup.
### Steps to reprodu…
sparr updated
3 months ago
-
> @utam0k calling setgroups / setresgid / setresuid directly would workaround the issue.
> I am slightly concerned because in normal youki / runc, we soon call execve, which starts a clean process.
…
-
### Description
It seems that containerd does not take into account the `max_container_log_line_size` option; instead of the given value it applies no limit.
### Steps to reproduce the issue
…
-
### Module
Core
### Testcontainers version
1.19.3
### Using the latest Testcontainers version?
Yes
### Host OS
Linux
### Host Arch
x86
### Docker version
```shell
nerdctl version 1.0.0
```
…