mirror of
https://github.com/faas-rs/faasd-in-rust.git
synced 2025-06-08 15:56:48 +00:00
5 lines
154 B
Bash
5 lines
154 B
Bash
# cni插件的路径
|
|
CNI_BIN_DIR= "/opt/cni/bin"
|
|
CNI_CONF_DIR= "/etc/cni/net.d"
|
|
# 你的cnitool的路径
|
|
CNI_TOOL = "/home/dragonos/MY/gopath/bin/cnitool" |