FROM jfloff/alpine-python:2.7-slim
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories
RUN apk --update --no-cache add docker bash curl
EXPOSE 8000
ENTRYPOINT ["python", "-m", "SimpleHTTPServer", "8000"]
Content type
Image
Digest
Size
45.1 MB
Last updated
about 9 years ago
docker pull gempesaw/docker-client-bash