I am trying to run a NodeJS application on Docker. However I get that error: could not connect to postgres: Error: connect ECONNREFUSED When I debug the proble
So i am quite new to the whole CI topic and im trying to run tests after my merge request in my pipeline. Except that when my command try to run the container i
What is the docker compose equivalent of running a docker container with network of container === host network ? docker run --rm -d --network host --name my_ngi
I created a Dockerfile and i want to conntect my crawler application with my selenium server. I have connected the services via link, but its not possible to re
This How to set error_logger_hwm in the new RabbitMQ .conf configuration file format? not suitable for my situation which running rabbitmq(RabbitMQ 3.7.10 on Er
I have a website running on the official PHP docker image (https://hub.docker.com/_/php) using php7.4-apache. I can't upgrade to PHP 8 at this stage, so I would
I added custom json file in my .net core web API project and retrieved data from that json file successfully when running it in debug mode. But, problem arise w
For my setup, I'm working with a third party MQTT VerneMQ broker hosted in AWS. I have been given username/password credentials to connect over secure MQTT (por
I'm new to the area, sorry if my question sounds dumb. What I'm looking for: I have a containers pod, where one of the containers (alpine based) should read/wri
How do I set up CollectD to send the collected data to my file? I need this to keep track of running docker containers.
I am working on a .net 6.0 application that will run in an EKS cluster, but I am developing using Docker Desktop and Kubernetes. Whilst I can pass in the AWS_AC
I'm using Quartz Scheduler in Spring Boot with Postgres as Database. It was working fine in local enivornment with both dev and prod profile, but once we deploy
I tried to install docker on Ubuntu 20.04 with the following commands: sudo apt update sudo apt install apt-transport-https ca-certificates curl software-proper
So, my development team was trying to migrate from GCE to GCR and we have succeeded in deploying the Cloud Run service and The CI/CD using github actions. But w
I installed cron and FROM python:3.9.5 ENV PYTHONUNBUFFERED 1 RUN apt-get update && apt-get install -y netcat && apt-get inst
This error is only happening inside a Docker image build: TypeScript error in /app/src/index.tsx(12,10): 'Provider' cannot be used as a JSX component. Its ins
I have 2 microservices: serviceBFF, serviceCore. Stack Spring Boot 2.6.6 Amazon Corretto 17 (Docker) OpenJDK 17 (local) Docker (latest) serviceBFF calls a REST
I want to manage reverse proxy (Nginx) with multiple Independent webapps on the same host. Means I have 4 webapps that are hosted on containers separately via d
I'm running a Go app on the Docker and want to use VSCode to debug it via DLV at the same time using MODD for app rebuild. So far I cannot figure out how to con
I can't find /sys/fs/cgroup/cpu.weight, I only have cpu.pressure and cpu.stat and without the `cweight my minikube on docker doesn't work. How can I configure i