Alpine linux/arm64 connect to wlan with wpa_supplicant
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
The following table has the general readiness state, the table below lists the boards with which the container has been tested. When a version goes into production it means that it has been thoroughly tested in every single part.
Board | Kernel Version | Server Version | State |
---|---|---|---|
Raspberry Pi4 | 5.10 | 19.03.15 | Devel Only |
A step-by-step example that tells you how to make a development environment work. If you already have the uRpi4 build docker is already installed. You can manually install docker on your board. This container ready to run on linux/arm64 environments only.
docker run -dit -v /etc/resolv.conf:/etc/resolv.conf -e SSID="Your SSID Network" -e PSK="Your pre-shared key" --privileged --network host ubyte/wlan:latest
It is not yet recommended to use this in a production environment
- Docker - Get Started with Docker
- Alpine Linux - Alpine Linux
- Main Project - The uByte.it Raspberry
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Paolo Fabris - Initial work - ubyte.it
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details