tweak intel-fpga-plugin.Dockerfile to send logs to stderr by default

This commit is contained in:
Dmitry Rozhkov 2018-06-19 17:32:01 +03:00
parent 1ebef0984d
commit 0e810a6cd8

View File

@ -7,4 +7,4 @@ RUN chmod a+x /go/bin/fpga_plugin
FROM alpine
COPY --from=builder /go/bin/fpga_plugin /usr/bin/intel_fpga_device_plugin
CMD ["/usr/bin/intel_fpga_device_plugin"]
CMD ["/usr/bin/intel_fpga_device_plugin", "-logtostderr"]