dockerfiles
dockerfiles copied to clipboard
The -b parameter is not in effect when beanstalkd is started
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"