docker pull dapublish/da-agent:6.1.5
docker run -d --env AGENT_NAME=agent-on-docker-1 --env AGENT_DEST_JMS_PORT=7918 --env AGENT_DEST_HOST=`hostname` dapublish/da-agent:6.1.5
By default, AGENT_DEST_HOST should point to DA server, so please use its hostname. You may use hostname of Docker host where DA server is running if DA server is running on docker as well, don't forget to expose ports!
# agent name (should be unique)
AGENT_NAME=docker-agent
# server hostname
AGENT_DEST_HOST=localhost
# jms port exposed on server
AGENT_DEST_JMS_PORT=7918
if you have custom/advanced network setup please pay attention to AGENT_DEST_JMS_PORT and AGENT_DEST_HOST See also Agents connectivity section here: https://hub.docker.com/r/dapublish/da-server/
Content type
Image
Digest
Size
296.6 MB
Last updated
almost 9 years ago
docker pull dapublish/da-agent:6.1.5