DockerWIFI is a dockerized hostapd/dhcp/iptables bundle that makes setting up and deploying software-based access points (APs) easy.
Docker
git clone https://github.com/wamacdonald89/dockerwifi.git
Arguments:
-i | --interface (required)
-c | --channel <ch#>
--passphrase
--ssid
--config <hostapd.conf>
-h help
-v Version
sudo ./dockerwifi -i <interface> -c 36 --ssid dockerwifi --passphrase dockerwifi
- Currently only supports WPA2 networks but is fully configurable by modifying the config/default.conf file as you would hostapd.conf
- Note: Network services may interfere with dockerwifi. It is suggested to disable services like Network-Manager it becomes an issue.