", "some_var"]OCI runtime create failed: container_linux.go:349: startingcontainer process caused "exec: \"read\": executable file not found in $PATH": unknown
read似乎是一个内置的bash我将["read</
如果我做下面的事情for f in $(seq -w 40); do echo linux$f.example.com;done > hosts
while read -r x && read -r y <&3; do ssh $x -l root echo $y;done <hostswhile read -r