美文网首页
mac 下查看 docker 启动命令

mac 下查看 docker 启动命令

作者: lz做过前端 | 来源:发表于2022-01-21 00:42 被阅读0次
    • 先安装pip3
      curl https://bootstrap.pypa.io/get-pip.py | python3
      pip3 --version

    • 安装 runlike
      pip3 install runlike

    • 查看docker 启动参数
      runlike -p contains-name/contains-id

    相关文章

      网友评论

          本文标题:mac 下查看 docker 启动命令

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