Skip to content

Commit

Permalink
Give root:root the necessary permissions on the /pulsar directory in …
Browse files Browse the repository at this point in the history
…the pulsar docker image
  • Loading branch information
roelrymenants committed Oct 12, 2020
1 parent 5e60775 commit 6d54827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ RUN apt-get update \
&& apt install -y /pulsar/cpp-client/*.deb \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN chown -R 0:0 /pulsar \
&& chmod -R g=u /pulsar

VOLUME ["/pulsar/conf", "/pulsar/data"]

Expand Down

0 comments on commit 6d54827

Please sign in to comment.