如何使用Docker Buildx从Github Releases拉取打包后的多架构发布版本创建多架构镜像
Author Archive | minirplus
如何将frps和frpc合并在一个镜像中
看docker run文档时发现可以通过参数–entrypoint覆盖dockerfile中的原生ENTRYPOINT,所以有了这个想法,把frps和frpc同时装入image,然后通过–entrypoint参数动态指定运行程序,即可达到使用一个镜像,可以分别运行frpc和frps的效果。
如何优化frps的docker镜像尺寸
试图通过修改镜像构建命令来优化镜像大小
How To Install composer using the convenience script
Install composer using the convenience script
1 2 |
curl -fsSL https://minir.plus/getcomposer -o get-composer.sh sh get-composer.sh |
Always examine scripts downloaded from the internet before running them locally.
解决在Docker中运行Python程序出现Operation not permitted
解决在Docker中运行Python程序出现Operation not permitted