基于 Arch Linux 的 OpenWrt Buildroot
这是一个用于 OpenWrt buildroot 的基于 Arch Linux 的 docker 容器。
源自
因为构建系统要求它的命令不能被root执行,所以创建了用户openwrt。 buildroot 可以在/home/openwrt/openwrt 。
安装
克隆这个仓库
git clone https://github.com/jannispinter/arch-openwrt-buildroot.git
构建 docker 镜像
cd arch-openwrt-buildroot
docker build -t= " arch-openwrt-buildroot:trunk " .
最后的点表示Dockerfile docker build将使用当前目录来查找Dockerfile 。
用法
1.运行d
评论0
最新资源