Doesn't work...
I get this error with your first command:
"docker build" requires exactly 1 argument.
See 'docker build --help'.
Usage: docker build [OPTIONS] PATH | URL | -
Build an image from a Dockerfile
If I run the command as just docker build easywildcard it seems to work until the end when I get this:
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.11/main: temporary error (try again later)
WARNING: Ignoring APKINDEX.70f61090.tar.gz: No such file or directory
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
bind (missing):
required by: world[bind]
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.11/community: temporary error (try again later)
WARNING: Ignoring APKINDEX.ca2fea5b.tar.gz: No such file or directory
ERROR: unsatisfiable constraints:
The command '/bin/sh -c apk --update add bind' returned a non-zero code: 1
What command are you running exactly for docker build that is resulting in your first error?
I can only guess you are missing -t/--tag or the . at the end.
sudo docker build --tag easywildcard .
unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /home/mhess/Dockerfile: no such file or directory
From: Ben Curtis [email protected] Sent: Thursday, April 9, 2020 12:52 PM To: Fmstrat/easywildcard [email protected] Cc: michaelahess [email protected]; Author [email protected] Subject: Re: [Fmstrat/easywildcard] Doesn't work... (#5)
What command are you running exactly for docker build that is resulting in your first error?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Fmstrat/easywildcard/issues/5#issuecomment-611695100, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AD53JL6CRUOSTYJXC2O4NPLRLYKNNANCNFSM4ME4SV7A.