FROM ubuntu:12.04
MAINTAINER Tuong Le <[email protected]>
RUN apt-get update -y
RUN apt-get install -y beanstalkd
RUN apt-get install -y vim
RUN sed -i 's/#START/START/' /etc/default/beanstalkd
EXPOSE 11300
CMD ["beanstalkd","-p","11300"]
Content type
Image
Digest
sha256:6e56e6435…
Size
80.8 MB
Last updated
almost 11 years ago
docker pull tuongaz/beanstalkd