Skip to content

Instantly share code, notes, and snippets.

@barrachri
Created July 4, 2017 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barrachri/6874bf6e8b67be33e132b37a548541d8 to your computer and use it in GitHub Desktop.
Save barrachri/6874bf6e8b67be33e132b37a548541d8 to your computer and use it in GitHub Desktop.
FROM komljen/ubuntu
MAINTAINER Alen Komljen <alen.komljen@live.com>
RUN \
apt-get update && \
apt-get -y install \
redis && \
rm -rf /var/lib/apt/lists/*
RUN rm /usr/sbin/policy-rc.d
CMD ["/usr/bin/redis-server"]
EXPOSE 6379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment