-
**Motivation**
Historically, Falco container's information retrieval has always caused headaches to users; moreover, the current code does cause headaches to developers too.
While it's not always …
-
Was going through the code of DiceDB, specifically this snippet:
```go
var numCores int
if config.EnableMultiThreading {
serverErrCh = make(chan error, 1)
numCores = runtime.NumCPU()
log…
-
Migrated from GitLab: https://gitlab.com/meltano/meltano/-/issues/3323
Originally created by @tayloramurphy on 2022-03-08 21:23:43
---
Since we don't wrap the docker cli, it might not be as e…
-
This is effectively a continuation of #1099, but I cannot re-open that issue, so opening a new one.
I am experiencing the same problem while attempting to to upgrade from v24.6.0 to v24.9.0 on a k3s …
-
How to run opendanhs with udocker?
-
I am following the [IPEX Ollama docker guide](https://github.com/intel-analytics/ipex-llm/blob/main/docs/mddocs/DockerGuides/docker_cpp_xpu_quickstart.md). I am stuck on the `sycl-ls` step. The contai…
-
### Describe the bug
I'm running neosmemo/memos@latest on my Synology NAS with DSM 7.2.2 as part of a container project including postgres. It works great typically but every time I update the image …
-
Other Universe services such as Cassandra and Kafka run on the Universal Container Runtime (UCR), Spark is still using the Docker runtime. Are there any plans to support running Spark on the UCR as we…
-
The container test should also test the runtime.
-
Since Docker is going to be phased out of Kubernetes, we should support using containerd in Lokomotive.