Tag: 访问点

我想知道,我怎样才能使容器使用端口转发?

我在RaspberryPi3上使用Raspbian-Stretch-Light,Hypriot OS,因为在Docker Container上构buildAP。 所以我find了使用raspAP包的Dockerfile。 像这样(它被我修改了一点), # FROM resin/rpi-raspbian:wheezy FROM armv7/armhf-ubuntu:yakkety # FROM hypriot/rpi-node:8.1.3-onbuild MAINTAINER Gary Ritchie <gary@garyritchie.com> # RUN apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0x908332071dd2e32e # RUN echo "deb http://deb.best-hosting.cz/debian/ wheezy main" > /etc/apt/sources.list.d/best-hosting.list #RUN wget https://archive.raspbian.org/raspbian.public.key -O – | sudo apt-key add – ######## # RUN echo "deb http://archive.raspbian.org/raspbian wheezy main contrib non-free" > […]