Installing Agents via Docker
How to install agents using Docker.
Prerequisites
Installation
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}Configuration
Environment Variables
Required Environment Variables
Environment Variable
Description
Optional Environment Variables
Environment Variable
Default Value
Description
Persisting Agent Credentials
Alternative: Setting a Password
Setting the Hostname
Running with Root Permissions
Security Configuration
Enabling Mutual TLS (mTLS)
Mounting Certificates
Environment Variable
Default Path
Network Requirements
Agent Container
Outbound Connections
Connectware Server
Last updated
Was this helpful?

