Finds containers with the labels associated with this instance of the docker-compose-external-dns project.
Returns the containers information verbatim.
Returns Promise<ContainerInfo[]>
Promise resolving to the docker containers
Throws
If serivce hasn't been initialized
Throws
If docker throws an error fetching containers
initialize
initialize():void
Initializes the class by fetching the docker instance
Adapter over dockerode to expose a minimal API for the purpose of this application. Responsible for any interaction with dockerode, including: