美文网首页
Tendermint与ABCI及ethermint

Tendermint与ABCI及ethermint

作者: bradyjoestar | 来源:发表于2018-06-29 11:50 被阅读0次

    首先贴两个非常好的链接:


    Screenshot from 2018-08-15 09-45-50.png Screenshot from 2018-08-15 09-42-59.png
    • hosts: all
      tasks:
      • name: say hello task
        shell: service docker restart
    • hosts: all
      tasks:
      • name: say hello task
        shell: curl -fsSL get.docker.com -o get-docker.sh
      • name: install docker
        shell: sh get-docker.sh
      • name: say hello task
        shell: service docker restart

    相关文章

      网友评论

          本文标题:Tendermint与ABCI及ethermint

          本文链接:https://www.haomeiwen.com/subject/bdxayftx.html