Skip to content

Deploy Agent Docker Container

OliverShen edited this page Mar 23, 2023 · 7 revisions

1. Get the Agent configuration file from the Center you'd like to connect to

  • Go to the Center portal, select Authentication, and click Add Agent to create your Agent.
    image
  • Download the configuration YAML file. image

2. In the YAML file, change app.registry.server to [IP]:[port] instead of localhost (Docker cannot map localhost to the correct host).

3. For starting the agent docker, see: Agent README.

Clone this wiki locally