docker command

作者: lo0o | 来源:发表于2016-01-20 15:31 被阅读0次

    kubectl -s "http://yourdomain.xx:port" get pod

    获得container名

    kubectl -s "http://yourdomain.xx:port" log -f {name}

    查看日志

    进入img bash

    获取img名

    sudo docker images

    sudo docker run -it {REPOSITORY:TAG} /bin/bash

    相关文章

      网友评论

        本文标题:docker command

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