Installing Agents via Docker
docker run \
-e CYBUS_AGENT_MODE=distributed \
-e CYBUS_AGENT_NAME=myAgent \
-e CYBUS_HOSTNAME_INGRESS=localhost \
-e CYBUS_TRUST_ALL_CERTS=true \
-v /tmp/cybus:/data \
--restart unless-stopped \
--net=host \
--hostname=${HOSTNAME} \
registry.cybus.io/cybus/protocol-mapper:${IMAGE_TAG}Parameters for Installing Agents via Docker
Parameter
Description
Last updated
Was this helpful?

