摘要:
有时候我们需要进入docker容器时以root身份进入,这边汇总了两种方式如下 第一种 docker exec -it --user=root container_id /bin/bash 第二种 docker exec -u 0 -it container_id /bin/bash 阅读全文
posted @ 2024-02-22 11:26
蜗牛使劲冲
阅读(641)
评论(0)
推荐(0)
参考:https://zhuanlan.zhihu.com/p/56037782(安装) https://gitee.com/oschina/Gitee-Jenkins-Plugin/(使用) https://www.jianshu.com/p/bc2a2e537904 tip:1.之前根据参考链接 阅读全文