-
The current internal workings of tile-reduce make it very good for running on a single machine, but due to an issue with `require('os').cpus.length`, which doesn't accurately report the number of CPU'…
-
[Question]
I had used the plugin of Fabric8 to orchestrate my images and containers.
Among them, I would only need one of the containers to be erased when I launched the maven (the app); The other…
-
Hello,
is it possible to install monai-label on kubernetes?
I'm trying to make it work via a classic deployment but I'm encountering the following problems in my pods:
[k8sgpu-01|monai-dev] im…
ism93 updated
3 months ago
-
I propose adding Docker support to the TrendTrove project for both the client and server components. This will enable easier setup and deployment of the application.
1. Dockerfile for Client:
…
-
The goal of this task is to make the entire Orchestrator work with kubernetes & containerd directly. More details to come
**Basic things to learn: Do in a new .go program**
- How to create a conta…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
# Issue
[Visual Studio Containers](https://learn.microsoft.com/en-us/visualstudio/co…
-
Goal is to replace router-os with container based gateway
A couple of approaches are possible:
- Run the GW components in VMs, very similar like the way we do it know with routeros
- Run the GW c…
-
# Deployment with Docker
## How does Docker Work?
Docker is a containerization platform that allows developers to package applications and their dependencies into lightweight, portable containe…
-
**Description**
When inspecting the history of containers for a service, the ordering is confusing, or I just don't understand what is going on.
**Steps to reproduce the issue:**
I haven't been able…
-
We currently rely on manual commands to initialize the docker containers used for testing (`docker compose up`), but we may be able to leverage the [testcontainers](https://testcontainers.com) module …