inadyn
inadyn copied to clipboard
Failure running Docker image?
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?
I was trying to follow the instructions on the inadyn page -- how do I get it to run, instead?
Best FK
On Wed, Feb 28, 2024 at 3:50 AM Joachim Wiberg @.***> wrote:
Why are you calling build?
— Reply to this email directly, view it on GitHub https://github.com/troglobit/inadyn/issues/475#issuecomment-1968339667, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAS2RX2ROD4AQLQBR2OCLMTYV3HTJAVCNFSM6AAAAABD5ANJDCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRYGMZTSNRWG4 . You are receiving this because you authored the thread.Message ID: @.***>
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
Thanks, I'll check it out! But I just followed the instructions at the URL you mention:
A Dockerfile is provided to simplify building and running inadyn.
*docker build -t inadyn:latest .*docker run --rm -v "$PWD/inadyn.conf:/etc/inadyn.conf" inadyn:latest
On Wed, Feb 28, 2024 at 8:42 AM Joachim Wiberg @.***> wrote:
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
— Reply to this email directly, view it on GitHub https://github.com/troglobit/inadyn/issues/475#issuecomment-1968805526, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAS2RX5PFHYXI6NRNEALSYDYV4J2RAVCNFSM6AAAAABD5ANJDCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRYHAYDKNJSGY . You are receiving this because you authored the thread.Message ID: @.***>
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.
Closing, images available at https://github.com/troglobit/inadyn/pkgs/container/inadyn