Skip to main content
0 votes
1 answer
43 views

Title - MongoTimeoutException in Testcontainers Integration Test : Open Liberty app attempts to connect to Kubernetes FQDNs instead of local alias I am writing integration tests for an Open Liberty-...
VR7's user avatar
  • 112
0 votes
0 answers
106 views

Problem: I'm querying Azure AI Search from Open WebUI (Docker on WSL Ubuntu 24). The azure-search-documents SDK fails with SSL certificate verification errors, but the same code works fine in Windows ...
Ahmed Ayaz's user avatar
0 votes
1 answer
167 views

I’m trying to make my Docker containers use a bonded interface (bond0) for fault tolerance, instead of binding directly to a single network adapter. The bonded interface is successfully created with ...
Mohamed Mourad's user avatar
0 votes
0 answers
39 views

I would like to use the same connection string to a database running in container in both, host machine and other containers. Scenario I have a dockerized app, with external dependency to DB DB is ...
Liero's user avatar
  • 27.8k
0 votes
0 answers
46 views

Please guide. Thanks in advance We are running an application on docker with multiple containers with the help of a docker compose file. Azure Ad is configured for authentication. The url is exposed ...
Anirban Adhikary's user avatar
-1 votes
1 answer
51 views

Is there a way to make two "global" mode docker swarm services communicate directly, on the same host? In this docker swarm stack are two global services, promtail and prometheus. # stack....
jah's user avatar
  • 2,179
-2 votes
1 answer
68 views

I'm facing a strange behavior with Docker Compose and a MySQL container. Even after I run docker-compose down to stop and remove the container and network, the volume seems to be automatically ...
user30303110's user avatar
0 votes
0 answers
111 views

Every time my Docker accesses a domain, even for performing Docker Login, it throws an error: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1....
gbraga's user avatar
  • 11
1 vote
1 answer
77 views

I want to consume a stream from Kafka using Bytewax to perform aggregations. Unfortunately I'm not able to connect to Kafka and the connection is always refused. I assume something with the port setup ...
LeXXan's user avatar
  • 27
0 votes
0 answers
19 views

I am building a password manager app. Here I am using Next JS as frontend and Django as backend framework. I am deploying the whole thing using docker. There are three services frontend, backend and ...
Rahul Das's user avatar
0 votes
0 answers
144 views

This used to work great, but now I'm seeing a lot of HTTP request failed: [400:BadRequest] errors from prowlarr trying to communicate with radarr (and same for sonarr). I recently upgraded from ...
swv's user avatar
  • 799
0 votes
1 answer
388 views

So, my situation: 2 docker containers: postgres and a server. I want to run them in a way, that: prevents external access to postgres allows server to access postgres allows external access to server ...
God I Am Clown's user avatar
0 votes
1 answer
158 views

I am running a Docker Swarm cluster with two nodes: Manager Node (10.1.109.70) Worker Node (10.1.109.60) I created an overlay network (my-swarm-net) and deployed multiple services (MySQL and Nginx) ...
mohamedyahya messaoud's user avatar
1 vote
0 answers
75 views

# Dockerfile FROM haproxy:2.6-bullseye USER root RUN apt update && apt install -y iputils-ping iptables COPY test.cfg /usr/local/etc/haproxy/haproxy.cfg ENTRYPOINT ["ping", "8.8....
Guido Flohr's user avatar
  • 2,432
0 votes
1 answer
207 views

For my typical usage, I need to create a container over 2 docker networks: Pre-Info Let's redefine something to make this clearer: The concerned container: workload_container The Physical Machine LAN ...
Matt Kevin's user avatar

15 30 50 per page
1
2 3 4 5
73