troglobit/inadyn

Failure running Docker image?

fkereki opened this issue · 6 comments

When trying to download and run the Docker image I get an error --what's the matter?

# docker pull troglobit/inadyn
Using default tag: latest
latest: Pulling from troglobit/inadyn
7264a8db6415: Pull complete 
7e5267489e11: Pull complete 
179dc02be547: Pull complete 
b6a072c683c3: Pull complete 
Digest: sha256:404eb4c182b26d7ca3dd554db6d09ce317532c8fc38ada200aceeff695a346ca
Status: Downloaded newer image for troglobit/inadyn:latest
docker.io/troglobit/inadyn:latest

# docker build -t inadyn:latest .
[+] Building 0.1s (2/2) FINISHED                                                                                                                                                                     docker:default
 => [internal] load .dockerignore                                                                                                                                                                              0.0s
 => => transferring context: 2B                                                                                                                                                                                0.0s
 => [internal] load build definition from Dockerfile                                                                                                                                                           0.0s
 => => transferring dockerfile: 2B                                                                                                                                                                             0.0s
ERROR: failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount3412075710/Dockerfile: no such file or directory

Why are you calling build?

If this is your first experience with Docker you may want to read up on it first to learn the basic concepts, there are plenty of tutorials online.

One example is available right next to where you probably visited already, in the README sub-section "Docker", see https://github.com/troglobit/inadyn#docker

You don't need to build the image yourself since there already is an image available.
Building images is meant if you want add features into the image.