mingfang/docker-predictionio

can't run ./shell command

Closed this issue · 4 comments

upon running ./shell on mac I get:

$ ./shell

*** 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�D   �*�N�m�e")T8*C8�z?y�k�\�3�Ӫ˝��İ{+ߓƌ��q�xI{?�4
Unbalanced quotes in configuration line

I use the original shell file:

docker run -v `pwd`:/docker -p 9000:9000 -p 8000:8000 --rm -i -t predictionio /bin/bash

Appreciate your help.

Sorry I've not seem this error before.
The error does seem like it's caused by your environment and not the shell script.

Anything we can do to get the source of the issue? I'm using boot2docker on mac.

That script is a simple one liner.
You may try to run the content of that script directly.

Closing for now. Reopen if issue persists.