Created
August 4, 2014 05:38
-
-
Save jamtur01/7e276f47060da0f5bb0c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** 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