Sign inSign up

dapublish/da-agent

By dapublish

•Updated almost 9 years ago

Deployment Automation 6.1.5 Agent

Image
3

129

dapublish/da-agent repository overview

⁠Pull

docker pull dapublish/da-agent:6.1.5

⁠Running agent on default docker installation:

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!

⁠Environment variables:

# 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

⁠Server connectivity

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/⁠

Tag summary

Content type

Image

Digest

Size

296.6 MB

Last updated

almost 9 years ago

docker pull dapublish/da-agent:6.1.5