Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure running Docker image? #475

Closed
fkereki opened this issue Feb 27, 2024 · 6 comments
Closed

Failure running Docker image? #475

fkereki opened this issue Feb 27, 2024 · 6 comments

Comments

@fkereki
Copy link

fkereki commented Feb 27, 2024

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

@troglobit
Copy link
Owner

Why are you calling build?

@fkereki
Copy link
Author

fkereki commented Feb 28, 2024 via email

@troglobit
Copy link
Owner

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

@fkereki
Copy link
Author

fkereki commented Feb 28, 2024 via email

@TobenderZephyr
Copy link

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.

@troglobit
Copy link
Owner

Closing, images available at https://github.com/troglobit/inadyn/pkgs/container/inadyn

@troglobit troglobit closed this as not planned Won't fix, can't repro, duplicate, stale Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants