mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
4 lines
258 B
Plaintext
4 lines
258 B
Plaintext
FROM ubuntu:18.04@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98
|
|
RUN mkdir -p /export/Logs/authnode && mkdir -p /export/Data/authnode/raft && mkdir -p /export/Data/authnode/rocksdbstore
|
|
CMD /app/cfs-server -c /app/authnode2.json -f
|