Depending on your environment, you may want to run the esthesis device agent as a Docker container, or as a standalone executable. The following sections describe how to install the device agent in both scenarios.
docker run \
-e HARDWARE_ID=test-device-1 \
-e REGISTRATION_URL=http://esthesis-core.domain/api/agent/v1/register \
esthesisiot/esthesis-core-device
Docker images are maintained for the following architectures:
linux/arm/v6
linux/arm/v7
linux/arm64
linux/amd64
Standalone executable
Download the standalone executable matching your operating system and architecture from the releases page. Start the device agent with the following command: