naver / arcus-zookeeper

ZooKeeper fork for ARCUS
Apache License 2.0
7 stars 12 forks source link

Dockerize to build zookeeper archive. #4

Open ducky-hong opened 8 years ago

ducky-hong commented 8 years ago

Add Dockerfile to build modified zookeeper 3.4.5 regardless of platforms.

To build zookeeper (it tooks long time):

$ docker build -t cs494/arcus-zookeeper-build .

After building, the archive could be extracted:

$ docker run --name arcus-zookeeper-build cs494/arcus-zookeeper-build # instantiate container
$ docker cp arcus-zookeeper-build:/arcus-zookeeper/build/zookeeper-3.4.5.tar.gz .

This docker image is just for building. To run it, refer to this repository.