You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Go server url**| Yes | GoCD server url(`http://YOUR_HOST_OR_IP_ADDRESS:8153/go`). The docker elastic agent will use this URL to register itself with GoCD. <br/>The GoCD hostname or ip must resolve in your container. Don't use `localhost` or `127.0.0.1`|
43
-
|**Environment variables**| No | The environment variable for docker container |
44
-
|**Agent auto-register timeout**| Yes | Agent auto-register timeout(in minutes). Plugin will kill the agent container if it fails to register within provided time limits |
45
-
|**Maximum docker containers**| Yes | Maximum docker containers to run at any given point in time. Plugin will not create more container when running container count reached to specified limits |
46
-
|**Docker URI**| Yes | Docker daemon uri. <br/>If your Go Server is running on local machine then use(for mac and linux) — `unix:///var/run/docker.sock`. Otherwise, refer to [Connecting to a remote docker daemon secured with TLS](#connecting-to-a-remote-docker-daemon-secured-with-tls)|
47
-
|**Docker CA Certificate**| No | Docker CA certificate, refer to [Connecting to a remote docker daemon secured with TLS](#connecting-to-a-remote-docker-daemon-secured-with-tls)|
48
-
|**Docker Client Key**| No | Docker client key, to refer to [Connecting to a remote docker daemon secured with TLS](#connecting-to-a-remote-docker-daemon-secured-with-tls)|
49
-
|**Docker Client Certificate**| No | Docker client certificate, refer to [Connecting to a remote docker daemon secured with TLS](#connecting-to-a-remote-docker-daemon-secured-with-tls)|
50
-
|**Private Docker Registry**| Yes | Optionally specify the private docker registry settings, either by inputting custom credentials on the GoCD admin UI, or by creating a docker configuration file in `$HOME/.docker/config.json` that is accessible by GoCD server. Please note that if you choose to use custom credentials and initially set the `private_registry_username` and `private_registry_password` fields, then switch to using a docker configuration file later, they will still show up, but masked, in the cluster configuration UI. If you don't want those values to show up, please explicitly clear them out in the configuration form before switching to use a docker configuration file|
42
+
|**Go server url**| Yes | GoCD server url(`http://YOUR_HOST_OR_IP_ADDRESS:8153/go`). The docker elastic agent will use this URL to register itself with GoCD. <br/>The GoCD hostname or ip must resolve in your container. Don't use `localhost` or `127.0.0.1`|
43
+
|**Environment variables**| No | The environment variable for docker container |
44
+
|**Agent auto-register timeout**| Yes | Agent auto-register timeout(in minutes). Plugin will kill the agent container if it fails to register within provided time limits |
45
+
|**Maximum docker containers**| Yes | Maximum docker containers to run at any given point in time. Plugin will not create more container when running container count reached to specified limits |
46
+
|**Docker URI**| Yes | Docker daemon uri. <br/>If your Go Server is running on local machine then use(for mac and linux) — `unix:///var/run/docker.sock`. Otherwise, refer to [Connecting to a remote docker daemon secured with TLS](#connecting-to-a-remote-docker-daemon-secured-with-tls)|
47
+
|**Docker CA Certificate**| No | Docker CA certificate, refer to [Connecting to a remote docker daemon secured with TLS](#connecting-to-a-remote-docker-daemon-secured-with-tls)|
48
+
|**Docker Client Key**| No | Docker client key, to refer to [Connecting to a remote docker daemon secured with TLS](#connecting-to-a-remote-docker-daemon-secured-with-tls)|
49
+
|**Docker Client Certificate**| No | Docker client certificate, refer to [Connecting to a remote docker daemon secured with TLS](#connecting-to-a-remote-docker-daemon-secured-with-tls)|
50
+
|**Private Docker Registry**| Yes | Optionally specify the private docker registry settings, either by inputting custom credentials on the GoCD admin UI, or by creating a docker configuration file in `$HOME/.docker/config.json` that is accessible by GoCD server. Please note that if you choose to use custom credentials and initially set the `private_registry_username` and `private_registry_password` fields, then switch to using a docker configuration file later, they will still appear in the cluster configuration UI. If you don't want those values to show up, please explicitly clear them out in the configuration form before switching to use a docker configuration file|
0 commit comments