
Failed to solve: failed to read dockerfile: open Dockerfile: no such ...
May 2, 2025 · We have a Python DJango based application which I am trying to build using docker compose command. But I am running into the below error: failed to solve: failed to read dockerfile: …
Bug: Docker build hangs - Docker Community Forums
Jun 28, 2023 · Docker build command hangs indefinitively. I managed to break this down to the following minimal example to reproduce it: create an empty directory somewher on your harddisk in this …
Bash: docker: command not found - Docker Community Forums
Sep 12, 2023 · You can build an image on the host or develop inside the contaier. The docker command doesn’t exist in the dev container and you used a different command on the host. It shows exactly …
Passing command line arguments in Docker Compose
Oct 6, 2023 · Is it possible to pass command line argument (s) into Docker Compose that can be used by the compose.yaml file? For example to set a build target in the compose.yaml file can I enter …
No running output from "docker compose build"
Aug 15, 2025 · I recently updated the verison of docker I’m using; I’m currently running docker-ce 5:28.3.3-1~debian.12~bookworm and docker-buildx-plugin 0.26.1-1~debian.12~bookworm When I …
Copying files to host from docker script during build
May 12, 2023 · Hello, COPY command only allows copying from host/ client to the file system being built. I’d like to copy some files during docker build to the host/ client. I can’t have the file in the final …
Capture ouput of docker build into a log file?
Apr 7, 2022 · I’d like to be able to capture the output of a docker build task into a log file. I assumed that docker build <arguments> --progress=plain >> docker-build.log would suffice however the resulting …
Building an image, bin/sh not found - Docker Community Forums
Feb 9, 2025 · My docker file is exactly as depicted in the video (with my own VPN username and password). The guide does not include how to build the rest of the image other than the dockerfile, …
When building a docker image, and there is a failure, can I have it run ...
Aug 16, 2023 · Image build is a non-iteractive batch operation, thus there is no way to get a debug shell during builds. By default, each successfully layer will result in an intermediate image. You should find …
Docker compose build runs with no output with no result
Jul 12, 2024 · Hi everyone, I am trying to build the first image with docker compose on FRESH setup. I can’t see any details / information. I tried docker compose and docker-compose. And absolutely …