155,507 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
60
views
How to correctly pass dynamically built command arguments to exec.Command in Go?
I am building a CLI tool for docker compose to selectively exclude some containers from running/stopping operations (from a docker-compose.yaml having many containers, user can specify the containers ...
-1
votes
0
answers
30
views
Prisma 7.2 + NestJS: PrismaClient requires PrismaClientOptions and error with adapter
I am trying to use Prisma 7.2 with NestJS in a Node 22 project running inside Docker, but I am running into errors when instantiating the PrismaClient.
My current PrismaService looks like this:
import ...
0
votes
1
answer
42
views
How to enable ipv6 for WSL while keeping docker-ce intact? [closed]
When I enable mirrored networking and ipv6 in WSL (Debian), I am unable to connect to my containers via localhost from the Host System.
This is my ~/.wslconfig:
[wsl2]
guiApplications=false
ipv6=true
...
0
votes
0
answers
29
views
Customized executor in mesos does not work?
I try to implement a customized executor in mesos which is the simplest example but it seems the process being launched gets killed by the mesos agent. the error info i got is as below
I0103 16:46:27....
0
votes
0
answers
40
views
Cannot access ShinyProxy from remote workstation [closed]
I am trying to host an R Shiny app using Docker and shinyproxy on the local network for my organization.
To set this up, I downloaded WSL and Ubuntu 24.04.1 LTS on a Windows workstation to act as my ...
0
votes
0
answers
21
views
psycopg2 OperationalError: could not open certificate file "/root/.postgresql/postgresql.crt": Permission denied (AWS RDS, Celery worker, Docker)
I am facing a PostgreSQL SSL issue while running a Celery worker inside Docker that connects to an AWS RDS PostgreSQL instance.
[2026年01月02日 13:46:09,119: ERROR/ForkPoolWorker-8] Task app.tasks....
-2
votes
1
answer
60
views
Puppet: "Failed to apply catalog: No such file or directory - docker" when trying to create Docker container after installation (all in one manifest) [closed]
I’ve been trying to create a Puppet manifest that installs Docker and then automatically creates a Docker network and container.
However, I keep running into the following error during the Puppet ...
1
vote
1
answer
53
views
Failure to build docker image for micromamba
I'm trying to build a set of docker comntainers using docker compose, and for some reason, it will not work on one host machine.
I recently deployed the containers on a new system and have had no ...
1
vote
0
answers
62
views
Error in taskiq python while executing dynamic interval schedules
I have aiogram bot with taskiq worker and scheduler (taskiq redis with taskiq_aiogram), in message handler I run dynamic interval schduled task, after some time (30-40 minutes), I getting: redis....
Advice
0
votes
5
replies
77
views
How to healthcheck a docker container portainer-agent
How to setup a healthcheck for portainer edge agent in docker compose? Mine does not work.
---
services:
portainer_agent:
image: portainer/agent:alpine
container_name: portainer_agent
...
1
vote
0
answers
28
views
Stuck with "exec format error" on Supabase Local Dev (Apple M2) [closed]
I’ve been wrestling with Supabase local development on my Apple M2 for the last few hours, and I’ve officially hit a wall. For some reason, the vector container refuses to start, and it ends up ...
0
votes
0
answers
35
views
Can MinIO interact with a docker container in a stack through Tailscale?
I have a stack of containers built from the official AdamRMS compose file as per their documentation, running on a Synology NAS;
services:
adamrms_db:
image: index.docker.io/mysql/mysql-server:8....
0
votes
1
answer
47
views
Dockerized Symfony app debug in VSCode - 9003 port occupied
Symfony app as container in docker-compose.yaml:
users:
build:
context: .
dockerfile: ./docker/Dockerfile
container_name: users
restart: unless-stopped
working_dir: /var/...
0
votes
0
answers
41
views
Strapi hangs indefinitely while building Docker container [closed]
How can I resolve the issue where Strapi hangs during Docker container build at the following step?
=> [strapi 8/8] RUN npm run build
=> => # - STRAPI_ANALYTICS_URL
=> => # ✔ ...
1
vote
1
answer
20
views
Docker container failing while pulling data from Azure Log Analytics using Python SDK
While working on puling data from Azure Log Analytics using its Python SDK the docker container is failing with:
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer ...