Created
June 13, 2018 14:18
-
-
Save parweb/f44912bd65496a0e37e0305494520c90 to your computer and use it in GitHub Desktop.
This file contains hidden or 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:18.04 | |
| LABEL name "rqlited" | |
| COPY ./sysctl.conf /etc/sysctl.conf | |
| COPY ./rqlited /tmp/ | |
| RUN echo $NOW_URL | |
| EXPOSE 4001 4002 | |
| CMD ["/tmp/rqlited", "-http-addr", "0.0.0.0:4001", "-raft-addr", "0.0.0.0:4002", "-disco-id", "05ebbdde-6eec-11e8-b706-ea728a9d26f1", "/tmp/data"] |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
here the log