Installing Device Agent with Docker
System Requirements
Prerequisites
Getting Started
Step 1: Create the Configuration File
cd && mkdir cdev && cd cdevnano skagent.cfg[identity] base='docker-arm64' # Use 'docker' for x86_64 (Intel/AMD) or 'docker-arm64' for ARM64 (Apple Silicon, Raspberry Pi) client='CHANGE ME' # Replace with your client ID mac='YOUR_MAC_ADDRESS' # Replace with the device MAC address (e.g., e2:aa:9d:e4:6d:c0) [metadata.Firmware] input='file' path='/proc/version' [authentication] secret='YOUR_AUTH_SECRET' # Replace with your auth secret [resource_checker.cross-traffic] input='/sys/class/net bytes' interfaces=['eth0'] [updater.cdev_package] working_directory='/tmp'
Step 2: Install and Run the Agent
Using Docker Compose (Recommended)
Step 3: Validate the Installation
Updating the Agent
Remove the Agent
Last updated