Skip to content

Commit

Permalink
Add tmp-volume to all-in-one image, fixes #1543
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed May 29, 2019
1 parent 29615cb commit c452760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ EXPOSE 16686
COPY all-in-one-linux /go/bin/
COPY sampling_strategies.json /etc/jaeger/

VOLUME ["/tmp"]
ENTRYPOINT ["/go/bin/all-in-one-linux"]
CMD ["--sampling.strategies-file=/etc/jaeger/sampling_strategies.json"]

0 comments on commit c452760

Please sign in to comment.