I'm running the following:
docker build -t project .
I'm getting the following error:
Sending build context to Docker daemon 35.03MB
Step 1/3 : FROM meteorhacks/meteord:onbuild
# Executing 2 build triggers...
Step 1/1 : COPY ./ /app
No such image: sha256:bad2e97053ddf57e0166d3a11418cc9f2b7fc15a3fa591008d027ee702db393b
This is my Dockerfile:
FROM meteorhacks/meteord:onbuild
I've been searching the web for "docker build no such image", but no luck finding anything close to the issue I'm seeing here.
I'm running the following:
docker build -t project .I'm getting the following error:
This is my Dockerfile:
FROM meteorhacks/meteord:onbuildI've been searching the web for "docker build no such image", but no luck finding anything close to the issue I'm seeing here.