04 2021 档案
摘要:要列出所有可用的命令,只需键入以下命令 compgen -c debian 10 apt update apt install
阅读全文
摘要:COPY ./src/*/*.csproj . RUN for file in $(ls *.csproj); do mkdir -p src/${file%.*}/ && mv $file src/${file%.*}/; done
阅读全文
摘要:powershell -Command (Measure-Command { "docker build --no-cache -f 2.2/Dockerfile 2.2" }).TotalSeconds
阅读全文
摘要:Dockerfile命名为 DockerFile时 docker build 时抛异常 failed to solve with frontend dockerfile.v0: failed to read dockerfile 解决办法 touch Dockerfile
阅读全文