You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1 [internal] load build definition from Dockerfile#1 sha256:250bdb75e69446fa4cc66d19de6b2c2e1e1d56028719c8719be5ba4473780b3b#1 transferring dockerfile: 2B 0.0s done#1 DONE 0.0s#2 [internal] load .dockerignore#2 sha256:f42f4b6001b85d056ce810a191359e178133fc940326f0b50498b4041d1db136#2 transferring context:#2 CANCELED
failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount636110485/Dockerfile: no such file or directory
You're missing the repository files and/or the Dockerfile. Its important you have the entire repository or Dockerfile and run the build command in the same folder. There are two ways to fix this issue:
Clone the repo into its own directory then run the build command: docker build -t filiph/linkcheck .
Re-produce the Dockerfile currently in the repository (located here) in its own directory then run the build command docker build -t filiph/linkcheck .
After the image builds successfully you can then use the run command, for example: docker run filiph/linkcheck www.google.com
Expected Behavior
Installation doesn't end with an error, and the
filiph/linkcheck
could be executed.Actual Behavior
Instalation
docker build -t filiph/linkcheck .
falls:Steps to Reproduce
docker build -t filiph/linkcheck .
Context (Environment)
The text was updated successfully, but these errors were encountered: