Sign inSign up

zcsk18/openwrt

By zcsk18

•Updated about 6 years ago

树莓派上使用的 openwrt

Image
0

850

zcsk18/openwrt repository overview

树莓派上使用的 openwrt

base on https://hub.docker.com/r/sulinggg/openwrt⁠

#预处理
ip link set eth0 promisc on
docker network create -d macvlan --subnet=192.168.1.0/24 --gateway=192.168.1.1 -o parent=eth0 macnet

#启动
docker run --restart always --name openwrt -d --network macnet --privileged zcsk18/openwrt:latest /sbin/init
#后台
http://192.168.1.100
用户名:root
密码:password

Tag summary

Content type

Image

Digest

Size

99 MB

Last updated

about 6 years ago

docker pull zcsk18/openwrt