提交 07529fa5 作者: Brian Tiger Chow

run profiler in test

上级 097c8a11
...@@ -5,6 +5,7 @@ ADD . /tmp/id ...@@ -5,6 +5,7 @@ ADD . /tmp/id
RUN mv -f /tmp/id/config /root/.go-ipfs/config RUN mv -f /tmp/id/config /root/.go-ipfs/config
RUN ipfs id RUN ipfs id
ENV IPFS_PROF true
ENV IPFS_LOGGING_FMT nocolor ENV IPFS_LOGGING_FMT nocolor
EXPOSE 4011 4012/udp EXPOSE 4011 4012/udp
...@@ -7,6 +7,7 @@ RUN ipfs id ...@@ -7,6 +7,7 @@ RUN ipfs id
EXPOSE 4031 4032/udp EXPOSE 4031 4032/udp
ENV IPFS_PROF true
ENV IPFS_LOGGING_FMT nocolor ENV IPFS_LOGGING_FMT nocolor
ENTRYPOINT ["/bin/bash"] ENTRYPOINT ["/bin/bash"]
......
...@@ -8,6 +8,7 @@ RUN chmod +x /tmp/test/run.sh ...@@ -8,6 +8,7 @@ RUN chmod +x /tmp/test/run.sh
EXPOSE 4021 4022/udp EXPOSE 4021 4022/udp
ENV IPFS_PROF true
ENV IPFS_LOGGING_FMT nocolor ENV IPFS_LOGGING_FMT nocolor
ENTRYPOINT ["/bin/bash"] ENTRYPOINT ["/bin/bash"]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论