FROM ubuntu:15.04
RUN echo exit 0 > /usr/sbin/policy-rc.d RUN chmod +x /usr/sbin/policy-rc.d
ENV dockerPath="/docker"
ADD ./ $dockerPath
RUN chmod +x $dockerPath/build/init.sh RUN $dockerPath/build/init.sh
RUN chmod +x $dockerPath/run/init.sh
CMD ["/docker/run/init.sh"]
Content type
Image
Digest
Size
186.5 MB
Last updated
almost 11 years ago
docker pull tonyle/php-cli-supervisord