This is a lightweight (~20mb compressed) Docker image that allows you to run 343max/eero-client with a single command.
docker run --rm -it -v eero-client-data:/data jtmotox/eero-client <command>
Substitute <command>
with any of the eero-client commands.
Examples:
- --help
- devices
Note: It will prompt for authentication the first time you run it.
Here is a sample project where you can see how this Docker image can be used:
JtMotoX/eero-monitor