提交 d5789de6 作者: Brian Tiger Chow 提交者: Juan Batiz-Benet

test(docker/network) disable color in daemon logs

License: MIT
Signed-off-by: 's avatarBrian Tiger Chow <brian@perfmode.com>
上级 b61b281e
...@@ -5,4 +5,6 @@ ADD . /tmp/id ...@@ -5,4 +5,6 @@ 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_LOGGING_FMT nocolor
EXPOSE 4011 4012/udp EXPOSE 4011 4012/udp
...@@ -7,5 +7,7 @@ RUN ipfs id ...@@ -7,5 +7,7 @@ RUN ipfs id
EXPOSE 4031 4032/udp EXPOSE 4031 4032/udp
ENV IPFS_LOGGING_FMT nocolor
ENTRYPOINT ["/bin/bash"] ENTRYPOINT ["/bin/bash"]
CMD ["/tmp/id/run.sh"] CMD ["/tmp/id/run.sh"]
...@@ -8,5 +8,7 @@ RUN chmod +x /tmp/test/run.sh ...@@ -8,5 +8,7 @@ RUN chmod +x /tmp/test/run.sh
EXPOSE 4021 4022/udp EXPOSE 4021 4022/udp
ENV IPFS_LOGGING_FMT nocolor
ENTRYPOINT ["/bin/bash"] ENTRYPOINT ["/bin/bash"]
CMD ["/tmp/test/run.sh"] CMD ["/tmp/test/run.sh"]
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论