Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 607 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 607 Bytes

Eero Client Docker

This is a lightweight (~20mb compressed) Docker image that allows you to run 343max/eero-client with a single command.

Usage

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.

Example

Here is a sample project where you can see how this Docker image can be used:
JtMotoX/eero-monitor