Sign inSign up

yangxuan8282/create_ap

By yangxuan8282

Updated about 9 years ago

create AP with docker, tested on Raspberry Pi 3 Raspbian lite, not support HypriotOS

Image
0

10K+

yangxuan8282/create_ap repository overview

TAGS

alpine-arm, alpine, arm, latest

alpine-amd64, amd64

debian-amd64

FROM

https://github.com/oblique/create_ap

RUN

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 

Tag summary

Content type

Image

Digest

Size

13 MB

Last updated

about 9 years ago

docker pull yangxuan8282/create_ap