Skip to content

Commit

Permalink
adding docker build script and dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arschles committed May 22, 2015
1 parent ea6d3a8 commit d90cee9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM buildpack-deps:wheezy

ADD ./ldb /rocksdb/tools/ldb

CMD /rocksdb/tools/ldb
2 changes: 2 additions & 0 deletions tools/dockerbuild.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
docker run -v $PWD/..:/rocks -w /rocks buildpack-deps make tools

0 comments on commit d90cee9

Please sign in to comment.