dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

The -b parameter is not in effect when beanstalkd is started

Open xxy123456 opened this issue 5 years ago • 0 comments

FROM schickling/beanstalkd:latest LABEL maintainer="Johannes Schickling [email protected]"

RUN apk add --no-cache beanstalkd

ENTRYPOINT ["/usr/bin/beanstalkd -b /usr/bin"]

Above is my dockerfile,Always prompt for this error:exec: "/usr/bin/beanstalkd -b /usr/bin": stat /usr/bin/beanstalkd -b /usr/bin: no such file or directory"

xxy123456 avatar Mar 08 '19 08:03 xxy123456