docker run --rm -v (pwd):(pwd):(pwd):(pwd) -w $(pwd) -e ICODE=xxxx cap1573/cap-protoc -I ./ --go_out=./ --micro_out=./ ./proto/cap/imooc.proto
win10环境:
goland里面报错 : docker: Error response from daemon: the working directory ‘$(pwd)’ is invalid, it needs to be an absolute path
PowerShell里面报错 : docker: invalid reference format.