Skip to content

Instantly share code, notes, and snippets.

@jamtur01
Created August 4, 2014 05:38
Show Gist options
  • Save jamtur01/7e276f47060da0f5bb0c to your computer and use it in GitHub Desktop.
Save jamtur01/7e276f47060da0f5bb0c to your computer and use it in GitHub Desktop.
FROM ubuntu:14.04
MAINTAINER James Turnbull "[email protected]"
ENV REFRESHED_AT 2014-06-01
RUN apt-get update
RUN apt-get -y install redis-server redis-tools
EXPOSE 6379
ENTRYPOINT [ "/usr/bin/redis-server" ]
FROM ubuntu:14.04
MAINTAINER James Turnbull "[email protected]"
ENV REFRESHED_AT 2014-06-01
RUN apt-get update
RUN apt-get -y install redis-server redis-tools
EXPOSE 6379
ENTRYPOINT "/usr/bin/redis-server"
*** FATAL CONFIG FILE ERROR ***
Reading the configuration file, at line 1
�X�!@�@2`NR l��1C� L� �F�4`@AC�D�A����@C tP"T �0���P
���ajW�{��o���P��t��/h��Y���m�6'P�H �"��`����D��BPr�N�m�e")T8*C8�z?y�k��\�3�Ӫ˝��İ{+ߓƌ��q�xI{?��4
Unbalanced quotes in configuration line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment