Add ZooKeeper Component (#1899)
This commit is contained in:

committed by
Shao Yu-Lung (Allen)

parent
d03ead34a2
commit
35ffd02b44
10
zookeeper/Dockerfile
Normal file
10
zookeeper/Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM zookeeper:latest
|
||||
|
||||
LABEL maintainer="Hyduan <hyduan96@qq.com>"
|
||||
|
||||
VOLUME /data
|
||||
VOLUME /datalog
|
||||
|
||||
EXPOSE 2181
|
||||
|
||||
CMD ["zookeeper"]
|
Reference in New Issue
Block a user