2 Star 0 Fork 0

mirrors_TencentCloud/cni-bridge-networking

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install-cni.sh 189 Bytes
一键复制 编辑 原始数据 按行查看 历史
dbdd4us 提交于 2018-08-07 23:56 . add v0.0.1
#!/bin/sh
set -e -x;
if [ -w "/host/opt/cni/bin/" ]; then
cp /opt/cni/bin/* /host/opt/cni/bin/;
echo "Wrote CNI binaries to /host/opt/cni/bin/";
fi;
while :; do sleep 3600; done;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_TencentCloud/cni-bridge-networking.git
git@gitee.com:mirrors_TencentCloud/cni-bridge-networking.git
mirrors_TencentCloud
cni-bridge-networking
cni-bridge-networking
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385