Loading... > 尝试了一下github的Action,根据 `P3TERX`的教程,需要首先生成 `.config`文件,我是在docker下进行的,所以有了这篇博客。 由docker传到本机: ``` docker cp ID:容器文件路径 本地路径 ``` 由本机传到docker: ``` docker cp 本地文件路径 ID:容器路径 ``` > ID使用前4个字母即可,如图为docker传到本机: > > ![](https://fuju.life/usr/uploads/2020/11/1541748678.png) 参考链接: 1. `P3TERX`的教程:[https://p3terx.com/archives/build-openwrt-with-github-actions.html](https://p3terx.com/archives/build-openwrt-with-github-actions.html) 2. docker与本机文件传输:[https://blog.csdn.net/Leafage_M/article/details/72082011](https://blog.csdn.net/Leafage_M/article/details/72082011) Last modification:November 29, 2020 © Allow specification reprint Like