Skip to content

Commit

Permalink
Add alpine version of 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsclimaco committed Aug 31, 2017
1 parent 05946c0 commit 404f8f9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions alpine/2.3.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FROM alpine:edge # only branch of alpine with rethinkd

ENV RETHINKDB_VERSION 2.3.6-r1

RUN apk add --no-cache \
rethinkdb=$RETHINKDB_VERSION

VOLUME ["/data"]

WORKDIR /data

EXPOSE 28015 29015 8080

CMD ["rethinkdb", "--bind", "all"]

0 comments on commit 404f8f9

Please sign in to comment.