EAP Controller - https://www.tp-link.com/common/Spotlight/EAP_controller.html
Running on the latest Phusion release (ubuntu 20.04), with EAP Controller v3.2.16
Pull image
docker pull mace/eap-controller
Run container
docker run -d --net="host" --privileged --name=<container name> -v <path for eap config files>:/config -v /etc/localtime:/etc/localtime:ro mace/eap-controller
Please replace all user variables in the above command defined by <> with the correct values. Use --net="host" or --net="macvlan0"
Web-UI
http://<host ip>:8088
https://<host ip>:8043
Example
docker run -d --net="host" --privileged --name=eapcontroller -v /mylocal/directory/fordata:/config -v /etc/localtime:/etc/localtime:ro mace/eap-controller
Additional notes
Change notes
2022.02.12 Upgrade to latest EAP-Controller (3.2.16) Upgrade to latest phusion image (Ubuntu 20.04)
2020.04.29 Upgrade to latest EAP-Controller (3.2.10)
2020.04.21 Upgrade to latest EAP-Controller (3.2.9)
2020.01.22 Upgrade to latest EAP-Controller (3.2.6)
2019.12.23 Upgrade to latest EAP-Controller (3.2.4)
2019.07.29 Remove unneded packages Fix - keytool command to propper.(PK12) Upgrade to latest EAP-Controller (3.2.1)
2019.06.02 Upgrade to latest EAP-Controller (3.1.13)
2019.04.07 Upgrade to latest EAP-Controller (3.1.4) Add workdir(needs a complete reinstall)
2018.11.29 Upgrade to latest EAP-Controller (3.0.5)
2018.09.24 Upgrade to latest EAP-Controller (3.0.2) Remove startup from build(greatly reduces build time)
2018.06.19 Add keystore to config for custom certs
2018.02.16 Initial release
Content type
Image
Digest
Size
318 MB
Last updated
over 4 years ago
docker pull mace/eap-controller