github.com/lazyboychen7/engine@v17.12.1-ce-rc2+incompatible/builder/dockerfile/parser/testfiles/kartar-entrypoint-oddities/Dockerfile (about) 1 FROM ubuntu:14.04 2 LABEL maintainer James Turnbull "james@example.com" 3 ENV REFRESHED_AT 2014-06-01 4 RUN apt-get update 5 RUN apt-get -y install redis-server redis-tools 6 EXPOSE 6379 7 ENTRYPOINT [ "/usr/bin/redis-server" ]