How Meros works
Simply install our lightweight container on a host
Based on BusyBox Linux, the Meros agent is a small, high-performance container that is installed on the host.
- All monitoring data and logs are securely shipped at high speed to our cloud servers.
- The agent can be accessed through command execution and live TTY terminal proxy.
- Meros is tight, featuring a low CPU & memory overhead.






Installation is simple:
$ docker run --net=host --privileged \
--volume=/:/rootfs:ro \
--volume=/var/run:/var/run:rw \
--volume=/sys:/sys:ro \
--volume=/var/lib/docker/:/var/lib/docker:ro \
--name=dockarray-agent \
--detach=true \
dockarray-agent:latest --token=<token>
--volume=/:/rootfs:ro \
--volume=/var/run:/var/run:rw \
--volume=/sys:/sys:ro \
--volume=/var/lib/docker/:/var/lib/docker:ro \
--name=dockarray-agent \
--detach=true \
dockarray-agent:latest --token=<token>