-
### Observed behavior
```
let nc_main = ConnectOptions::with_jwt(jwt, move |nonce| {
let keypair_clone = keypair_clone.clone();
async move { keypair_clone.sign(&nonce).map_err(…
-
When re-deploying an existing stack in order to update services inside it (with `docker stack deploy`), the stack file's `service.deploy.replicas` value overrides the current scale of each service. Fo…
-
Hello again!
while I'm working on the integration of python on whales into my applications, I found the error management mostly thought for a human use.
Currently all errors raise a DockerExcept…
-
---------------------------------------------------
BUG REPORT INFORMATION
---------------------------------------------------
**Description**
Using the `--since` and `--tail` flags with the comma…
-
```
This bug is about changing the _Snapshot entities to store better information.
Ref:
https://code.google.com/p/swarming/source/browse/services/swarming/server/stats.
py#110
The problem at hand is…
-
socialNetwork-ml-swarm:以docker-compose-swarm.yml 执行docker stack deploy时报错:
[error] 1#1: Failed to construct tracer: Error resolving address: Name or service not known
请问是什么原因?
-
I'm using secrets to store certificates.
When restarting Docker Flow Proxy, I get a SSL_ERROR_RX_RECORD_TOO_LONG error on Firefox on all domains (i.e. the served certificate is invalid).
I need to c…
-
Currently, allocating GPUs with docker swarm using docker services generic-resources involves modifying the /etc/nvidia-container-runtime/config.toml and adding swarm-resources = DOCKER_RESOURCE_GPU i…
-
**Description**
**Steps to reproduce the issue:**
1. Create an external Docker bridge network
```
docker network create \
--driver=bridge \
--subnet=172.30.0.0/27 \
--opt com.docker…
-
### Component(s)
receiver/hostmetrics
### What happened?
## Description
My otel collector is running in a container. I've followed the documentation to ensure that it is actually monitoring the ho…