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. Change variable within the YAML file

Change app.registry.server to [IP / host.docker.internal]:[PORT NUMBER] of target Center, instead of localhost(Docker cannot map localhost to the correct host).

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

Clone this wiki locally