Docker Overview
Docker integration resembles AWS and utilises Docker container labels. Labels can be assigned to the connector at instantiation or at any time after. The integration is done via Docker daemon socket “docker.sock”
We can run connector code directly on the docker Host system or as a container, as long as the code has read access to the daemon unix socket and network connectivity is permitted.
The YAML configuration, unlike AWS, does not require any DC variables. Labels format and configuration is the same for Docker containers as for EC2