wrong format for docker endpoint

This commit is contained in:
Jeff Lindsay 2014-07-15 15:31:42 -05:00
parent 20633b9ef1
commit d64b4e9a85

View File

@ -3,6 +3,6 @@ MAINTAINER Jeff Lindsay <progrium@gmail.com
ADD ./stage/docksul /bin/docksul
ENV DOCKER_HOST /tmp/docker.sock
ENV DOCKER_HOST unix:///tmp/docker.sock
ENTRYPOINT ["/bin/docksul"]