create AP with docker, tested on Raspberry Pi 3 Raspbian lite, not support HypriotOS
10K+
alpine-arm, alpine, arm, latest
alpine-amd64, amd64
debian-amd64
https://github.com/oblique/create_ap
for arm ( tested on rpi3 built-in bcm43438 ):
docker run -d \
--name ap \
-e AP_SSID=pi \
-e AP_PASSPHRASE=RaspberryPi \
--privileged --net host \
yangxuan8282/create_ap
for amd64 ( should work ):
docker run -d \
--name ap \
-e AP_SSID=pi \
-e AP_PASSPHRASE=RaspberryPi \
--privileged --net host \
yangxuan8282/create_ap:amd64
Content type
Image
Digest
Size
13 MB
Last updated
about 9 years ago
docker pull yangxuan8282/create_ap