docker make报错问题
exec -T --user=0 web /usr/sentral/bin/mt-fixperms; fi;
OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: no such file or directory: unknown
make: *** [Makefile:344: up] Error 126
如图,在make编译时报错,没有思路了都。
code 344:
if [[ -z "${NO_FIXPERMS}" ]]; then $(DC_EXEC_WEB_ROOT) /usr/sentral/bin/mt-fixperms; fi;
环境 win10 子系统\ubuntu 20.04